@charset "utf-8";
.info{
	margin-top: 20px;
	text-align: center;
}

.info span{
	font-size: 16px;
	color: #999;
	margin: 0 5px;
}

.hwslider {
	width: 100%;
	height: auto;
	min-width: 280px;
	min-height: 396px;
	margin: 0 auto;
	position: relative;
}

.hwslider ul {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1
}

.hwslider ul li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hwslider ul li.active {
	display: block;
}

.hwslider ul li .image{
	float: left;
	width: 57%;
	height: 396px;
	overflow: hidden;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.hwslider ul li .image img{
	display: block;
}

.hwslider ul li .content{
	float: right;
	width: 37%;
	padding-top: 35px;
}

.hwslider ul li .content h2{
	font-size: 30px;
	line-height: 49px;
	font-weight: inherit;
	overflow: hidden;
	height: 49px;
}

.hwslider ul li .content h2 i{
	display: block;
	color: #323232;
}

.hwslider ul li .content h2 em{
	display: block;
	color: #323232;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: bold;
}

.hwslider ul li .content p{
	line-height: 33px;
	font-size: 16px;
	color: #717171;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin-top: 18px;
	height: 132px;
}

.hwslider ul li .content span a{
	display: block;
	width: 82px;
	height: 38px;
	background: #1D29EF;
	text-align: center;
	line-height: 38px;
	color: #FFFFFF;
	font-family: arial;
	font-size: 16px;
	margin-top: 76px;
}


.dots {
	display: none;
}


.arr {
	position: absolute;
	top: 50%;
	margin-top: -27px;
	z-index: 2;
	width: 23px;
	height: 55px;
}

.arr:hover {
	
}



.prev {
	left: -76px
}

.next {
	right: -76px
}


#header{
	width: 100%;
	height: 120px;
	background: #fff;
	box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
	position: relative;
	z-index: 999;
}



.navbox{
	max-width: 1400px;
	margin: 0 auto;
}


.logo {
    float: left;
    height: 78px;
    padding-top: 9px;
}


.logo h1{
	float: left;
}

.logo img{
	display: block;
}

.logo i{
	float: left;
	display: block;
	font-size: 14px;
	color: #4f4f4f;
	letter-spacing:2px;
	line-height: 36px;
    border-left: 1px solid #565df4;
    margin-left: 16px;
    padding-left: 16px;
    margin-top: 32px;
}



/*menu*/

nav{
	height: 76px;
   padding-top: 44px;
}

#starlist {
	float: right;
	
}

#starlist li {
	position: relative;
	display: inline;
	float: left;
	width: max-content;
	z-index: 99;
	margin-left: 64px;
	color: #505050;
}

#starlist li:first-child {
	margin-left: 0;
}

#starlist li a {
	display: inline;
	float: left;
	font-size: 18px;
	line-height: 34px;
	color: #505050;
}

#starlist li a.menu-active {
	color: #1e28f1;
}

#starlist li a.menu-active:after {
	position: absolute;
	bottom: -43px;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #1e28f1;
}

#starlist li a:hover {
	color: #1e28f1;
}


#mnavh {
	display: none;
	margin: 24px 0 0 0;
	width: 18px;
	height: 28px;
	float: right;
	text-align: center;
	padding: 0 2% 0 0;
	right: 2%;
	cursor: pointer;
}

.navicon {
	display: block;
	position: relative;
	width: 28px;
	height: 3px;
	background-color: #333;
	bottom: -10px;
}

.navicon:before,
.navicon:after {
	content: '';
	display: block;
	width: 28px;
	height: 3px;
	position: absolute;
	background: #333;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.navicon:before {
	margin-top: -10px;
	
}

.navicon:after {
	margin-top: 10px;
}

.open .navicon {
	background: none
}

.open .navicon:before {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open .navicon:after {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.open .navicon:before,
.open .navicon:after {
	content: '';
	display: block;
	width: 28px;
	height: 3px;
	position: absolute;
	background: #333;
}


.foot-menu{
	background: #f5f5f5;
	padding: 42px 0;
}

.foot-menu .slogan{
	width: 36%;
	float: left;
	font-size: 14px;
	line-height: 28px;
}

.foot-menu .slogan span{
	margin: 0 20px;
}

.foot-menu-box{
	width: 60%;
	float: right;
	text-align: right;
}

.foot-menu-box a{
	color: #505050;
	line-height: 28px;
	font-size: 14px;
}

.foot-menu-box a:hover{
	color: #1E2AF2;
}

.foot-menu-box span{
	margin: 0 24.6px;
	color: #ccc;
}


footer{
	padding: 60px 0 ;
	background: #1e1e1e;
}

footer .tel{
	width: 53%;
	float: left;
	margin-bottom: 40px;
}

footer .tel p{
	color: #737373;
	font-size: 14px;
	margin-bottom: 45px;
}

footer .tel p span{
	margin: 0 15px;
}



footer .information{
	width: 21.5%;
	float: left;
}

footer .information i{
	color: #fff;
	font-size: 16px;
	display: block;
	margin-bottom: 8px;
}

footer .information p{
	color: #737373;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 15px;
}

footer .information p:last-child{
	margin-bottom: 0px;
}

footer .information p a{
	color: #737373;
}


footer .ewm{
	width: 25%;
	float: right;
}

.ewm .describe{
	width: 48%;
	float: left;
	color: #737373;
	line-height: 30px;
	font-size: 18px;
	margin-top: 25px;
	text-align: right;
}

.ewm .describe b{
	display: block;
}

.ewm .ewm-tp{
	width: 50%;
	float: right;
	text-align: center;
}

.ewm .ewm-tp p{
	font-size: 18px;
	color: #737373;
	margin-top: 12px;
}


.link{
	background: #1e1e1e;
	
}

.link .container{
	border-top: 1px solid #373737;
}

.linking{
	padding: 20px 0;
}

.linking-title{
	width: 9%;
	float: left;
	font-size: 16px;
	line-height: 28px;
	color: #727272;
}

.linking-title span{
	margin-left: 23%;
}

.linking-content{
	width: 91%;
	float: right;
	
}

.linking-content a{
	color: #727272;
	font-size: 16px;
	margin: 0 12px;
	line-height: 28px;
}

.linking-content a:first-child{
	margin-left: 0;
}





.case-banner{
	width:100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.case-banner img{
	margin: 0 auto;
	text-align: center;
}

.case-banner img:first-child{
	display: block;
}

.case-banner img:last-child{
	display: none;
}

.case-banner-box{
	max-width: 846px;
	margin: 0 auto;
	padding: 124px 0 118px 0;
	text-align: center;
}

.case-banner-box i{
	font-size: 46px;
	color: #FFFFFF;
	line-height: 48px;
}

.case-banner-box p{
	font-size: 15px;
	color: #bbbbbb;
	line-height: 26px;
	margin-top: 48px;
	text-align: left;
}

.case{
	position: relative;
	margin-top: 123px;
}

.container{
	width: 1400px;
	margin: 0 auto;
}


.submenu{
	position: absolute;
	top: 0;
	left: -50%;
	text-align: right;
	width: 100%;
	margin-left: -560px;
}

.submenu ul{
	margin-top: 8px;
	padding-top: 7px;
	border-top: 1px solid #d5d5d5;
}

@media only screen and (min-width:1700px ) {
	.submenu ul li a{
	width: 20%;
}
}

.al-article .submenu ul li:first-child{
	background: #3D58D9;
}

/*.brand .submenu ul li a{
	width: 100%;
}

.news .submenu ul li a{
	width: 100%;
}

.case .submenu ul li a{
	width: 100%;
}*/

.submenu ul li a{
	width: 100%;
	float: right;
	font-size: 18px;
	display: block;
	padding-right: 19px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
	color: #323232;
	background: #f5f5f5;
	line-height: 58px;
	height: 58px;
}

.submenu ul li{
	overflow: hidden;
}

.submenu ul li:hover{
	
}

.submenu ul li:hover a{
	background: #3D58D9;
	color: #FFFFFF;
}



.case-content{
	width: 80.5%;
	padding-top: 40px;
	float: right;
}


.case-item{
	margin-bottom: 90px;
}

.case-item-tp{
	width: 60%;
	max-width: 792px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	float: left;
	border-right: 2px solid #FFFFFF;
	overflow: hidden;
}

.case-item-tp img{
	display: block;
	width: 100%;
}

.case-item-text{
	float: right;
	width: 39.99%;
	max-width: 433px;
}

.case-item-text .item-box{
	padding: 34px;
}

.case-item-text .item-box span{
	font-size: 16px;
	line-height: 22px;
	color: #323232;
	height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
	display: block;
}

.case-item-text .item-box i{
	display: block;
	font-size: 20px;
	line-height: 28px;
	margin-top: 40px;
	color: #323232;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	height: 56px;
	overflow: hidden;
}

.case-item-text .item-box p{
	font-size: 15px;
	line-height: 24px;
	margin-top: 38px;
	color: #323232;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:4;
	height: 96px;
	overflow: hidden;
}

.case-item a{
	display: block;
	background: #f0f0f0;
}

.case-item a:hover{
	background: #1f28f1;
}

a:hover .case-item-text .item-box span,
a:hover .case-item-text .item-box i,
a:hover .case-item-text .item-box p{
	color: #FFFFFF;
}



.case-page-content{
	width: 64.4%;
	margin: 0 auto;
	padding-right: 15%;
}

.knowledge .case-page-content img{
	height: auto;
}

.news-width .case-page-content img{
	height: auto;
}

.case-page-content img{
	height: auto;
}

@media only screen and (min-width:1900 ) {
	padding-right: 0;
}

.page-title{
	width: 90%;
	font-size: 28px;
	line-height: 40px;
	color: #000;
	text-align: center;
	margin: 0 auto;
}

.page-content{
	margin-top: 51px;
	text-align: justify;
	font-size: 16px;
	color: #333333;
	line-height: 36px;
}

.page-content a{
	font-size: 16px;
	color: #000;
	font-style: italic;
}

.page-content a:hover{
	color: #1E2AF2;
}


.pageing{
	margin-top: 127px;
	padding-top: 35px;
	border-top: 1px solid #7b7b7b;
}

.pageing-on{
	float: left;
	width: 35%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	height: 22px;
	overflow: hidden;
}

.pageing-directory{
	float: left;
	width: 21.5%;
	margin: 0 3.33%;
	text-align: center;
}

.pageing-un{
	float: left;
	width: 35%;
	text-align: right;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	height: 22px;
	overflow: hidden;
}

.pageing-on a,.pageing-directory a,.pageing-un a{
	color: #737373;
	font-size: 18px;
	line-height: 22px;
}

.pageing-on a:hover,.pageing-directory a:hover,.pageing-un a:hover{
	color: #1E2AF2;
}


.case-tjal{
	margin: 112px auto 0 auto;
	max-width: 1127px;
	padding-bottom: 80px;
}

.tjal-title{
	font-size: 29px;
	color: #000;
	line-height: 40px;
	text-align: center;
	margin-bottom: 62px;
}


.al-article .submenu{
	margin-left: -600px;
}




.knowledge{
	position: relative;
	margin-top: 122px;
}

/*.knowledge .container {
    width: 1400px;
    margin: 0 auto;
}

@media only screen and (max-width:1660px ) {
	.knowledge .container {
    width: 88%;
    margin: 0 auto;
}
}*/

.knowledge .hot{
	position: absolute;
	top: 0;
	right: 8%;
    width: 300px;
}

.recommend{
	
	background: #FFFFFF;
}

.recommend i{
	display: block;
	font-size: 16px;
	color: #333333;
}

.recommend ul{
	padding: 10px 27px;
	background: #f8f8f8;
	margin-top: 20px;
}

.recommend ul li{
	font-size: 12px;
	line-height: 45px;
	height: 45px;
	display: block;
	overflow: hidden;
}

.recommend ul li span{
	font-weight: bold;
	margin-right: 6px;
}

.recommend ul li a{
	color: #323232;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.recommend ul li a:hover{
	color: #1d29ef;
}


.labels{
	background: #ffffff;
	margin-top: 46px;
}

.labels-title{
	line-height: 34px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 16px;
	color: #333333;
}

.labels-ietm{
	padding: 26px 28px;
	background: #f8f8f8;
	margin-top: 34px;
}

.labels-ietm a{
	color: #505050;
	font-size: 12px;
	line-height: 31px;
	margin-right: 14px;
}

.labels-ietm a:hover{
	color: #1e27f0;
	font-size: 18px;
}

.knowledge-content{
	width: 83.29%;
	padding-top: 41px;
	
}

.knowledge-item{
	width: 28%;
	float: left;
	margin-left: 3.5%;
	margin-bottom: 66px;
}

.knowledge-item:nth-child(3n+1){
	margin-left: 0%;
}



.knowledge-item-text{
	margin-top: 28px;
}

.knowledge-item-text i{
	display: block;
	color: #323232;
	font-size: 18px;
	line-height: 22px;
	height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.knowledge-item-text p{
	color: #505050;
	font-size: 16px;
	line-height: 32px;
	height: 64px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


/*翻页控件代码*/

.paging {
	border-top: 1px solid #e1e1e1;
	text-align: center;
	padding-bottom: 82px;
	margin-top: 33px;
}

#AspNetPager1 span {
	width: 32px;
	height: 58px;
	line-height: 58px;
	display: inline-block;
	color: #1D29EF;
	font-size: 18px;
}

.paging a {
	width: 32px;
	height: 58px;
	font-size: 18px;
	display: inline-block;
	color: #898989;
	line-height: 58px;
	text-align: center;
	font-family: Arial;
	margin-right: 10px;
	transition: background-color 0.2s ease-out;
}

.paging a:hover {
	color: #1D29EF;
}

.paging a i {
	font-size: 18px;
	line-height: 58px;
}



.news{
	position: relative;
	margin-top: 123px;
}

.news-content .box{
	width: 83.58%;
	float: right;
	padding-top: 34px;
}


.news-item{
	margin-bottom: 32px;
}

.news-item-tp{
	width: 31.6%;
	overflow: hidden;
	float: left;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.news-item-tp img{
	max-width: inherit;
	height: 186px;
	display: block;
}

.news-item-text{
	width: 66.5%;
	height: 185px;
	float: right;
	border-bottom: 1px solid #ddd;
}

.news-item-text i{
	color: #000;
	font-size: 20px;
	line-height: 22px;
	height: 22px;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: bold;
}

.news-item-text p{
	color: #888;
	font-size: 16px;
	line-height: 32px;
	margin-top: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 64px;
	overflow: hidden;
}


.brand{
	position: relative;
	margin-top: 61px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 100px;
}

.brand-content{
	width: 68.5%;
	margin: 0 auto;
	background: #FFFFFF;
	padding-top: 30px;
}

.brand-content .box{
	width: 90%;
	margin: 0 auto;
}

.introduction .title{
	font-size: 38px;
	color: #323232;
	line-height: 40px;
}

.introduction .title font{
	float: left;
	display: inline-block;
	margin-right: 6px;
}

.introduction .title i{
	float: left;
	display: inline-block;
	font-size: 20px;
	margin-top: -10px;
}

.introduction .title span{
	font-size: 25px;
	margin-left: 10px;
}

.introduction .content{
	font-size: 18px;
	color: #323232;
	line-height: 36px;
	letter-spacing: 1px;
	margin-top: 68px;
}


.culture{
	margin-top: 98px;
}

.culture .title{
	font-size: 20px;
	color: #323232;
	line-height: 22px;
}

.culture .content{
	padding-bottom: 40px;
	padding-top: 2px;
}

.culture .content ul li{
	margin-top: 38px;
}

.culture .content ul li span{
	width: 16%;
	display: block;
	float: left;
	font-size: 18px;
	color: #FFFFFF;
	background: #3d58d9;
	line-height: 33px;
	height: 33px;
	text-align: center;
}

.culture .content ul li p{
	width: 80%;
	float: right;
	font-size: 16px;
	color: #323232;
	line-height: 32px;
}




.origin-advertising{
	padding: 96px 0 84px 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.origin-advertising p{
	font-size: 40px;
	line-height: 54px;
	color: #1e2832;
}

.origin-advertising span{
	font-size: 24px;
	margin-top: 14px;
	display: block;
	text-align: right;
	line-height: 34px;
	margin-top: 17px;
}


.origin-text .list:first-child{
	margin-top: 0;
}

.origin-text .list{
	margin-top: 47px;
}

.origin-text .title{
	font-size: 20px;
	line-height: 30px;
	color: #1f28f3;
}

.origin-text .text{
	font-size: 16px;
	line-height: 32px;
	color: #585858;
	margin-top: 36px;
}


.origin-people{
	padding-bottom: 85px;
	margin-top: 111px;
	text-align: right;
}

.origin-people i{
	font-size: 24px;
	color: #323232;
	line-height: 32px;
}


.partner-content{
	
}

.partner-content i{
	font-size: 36px;
	color: #323232;
	line-height: 38px;
	display: block;
	margin-bottom: 70px;
}

.partner-content p{
	font-size: 16px;
	color: #323232;
	line-height: 28px;
}

.partner{
	margin-top: 85px;
	
}

.partner .title{
	font-size: 36px;
	color: #323232;
	
}

.partner-list{
	margin-top: 40px;
	padding: 80px 0;
	background: #3d58d9 url(../images/partner_bg_2.jpg) top center no-repeat;
}

.partner-list .partner-idem{
	width: 20%;
	float: left;
}

.partner-list .line{
	height: 450px;
	border-right: 1px solid #d0d6f6;
	padding: 22px 9% 70px 9%;
}

.partner-list .partner-idem:nth-child(5) .line{
	border-right: none;
}

.partner-list .partner-idem .character{
	text-align: center;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
}

.partner-list .partner-idem .character i{
	font-size: 38px;
	color: #99b4ff;
	font-weight: bold;
	font-family: arial;
	display: block;
	float: left;
	width: 40%;
}

.partner-list .partner-idem .character em{
	font-size: 24px;
	font-weight: bold;
	display: block;
	float: left;
	width: 60%;
}

.partner-list .partner-idem .category{
	padding: 24px 0 47px 0;
}

.partner-list .partner-idem .category ul li{
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 35px;
}

.partner-list .partner-idem .text{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: justify;
}



.partner-contact{
	padding-bottom: 60px;
	margin-top: 48px;
}

.partner-contact p{
	font-size: 26px;
	line-height: 46px;
	color: #313131;
}


.contact-banner{
	height: 560px;
	width: 100%;
	background-image: url(../images/contact.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.contact{
	position: relative;
	top: -76px;
}

.contact .container{
	background: #FFFFFF;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.contact-box{
	padding: 77px 62px 0 72px;
}

.contact-map{
	width: 41%;
	float: left;
}

.contact-data{
	width: 54%;
	float: right;
}

.contact-data .tel{
	font-size: 24px;
	color: #505050;
}

.contact-data .tel i{
	float: left;
	display: block;
}

.contact-data .tel span{
	display: block;
	font-size: 18px;
	float: left;
}

.contact-data .tel img{
	margin-top: 28px;
}

.contact-data .information{
	margin-top: 52px;
}

.contact-data .information p{
	font-size: 20px;
	line-height: 48px;
	color: #505050;
}


.contact-data .ewm{
	margin-top: 32px;
}

.contact-data .ewm img{
	float: left;
	margin-right: 28px;
}

.contact-data .ewm p{
	float: left;
	margin-top: 12px;
	font-size: 20px;
	line-height: 40px;
	color: #505050;
}

.contact-data .email{
	margin-top: 26px;
}

.contact-data .email p{
	font-size: 20px;
	line-height: 48px;
	color: #505050;
}


.message{
	width: 85%;
	margin: 66px auto 0 auto;
	padding-top: 68px;
	border-top: 1px solid #989898;
}

.message-title{
	font-size: 40px;
	color: #1D29EF;
	font-weight: bold;
	text-align: center;
	line-height: 48px;
}

.message-content{
	width: 88%;
	margin: 65px auto 0 auto;
	padding-bottom: 90px;
}

.name-phone{
	
}

.name-phone .name{
	width: 26%;
	float: left;
}

.name-phone .name i,.name-phone .phone i,.company-website i,.problem-demand i{
	color: #505050;
	font-size: 20px;
	line-height: 28px;
	display: block;
	margin-bottom: 14px;
}

.name-phone .name input,.name-phone .phone input{
	background: #FFFFFF;
	border: 1px solid #59514f;
	color: #505050;
	font-size: 20px;
	width: 90%;
	padding: 0 5%;
	height: 50px;
	line-height: 50px;
	display: block;
}

.name-phone .phone{
	width: 70%;
	float: right;
}


.company-website{
	clear: both;
	padding-top: 26px;
}

.company-website input{
	background: #FFFFFF;
	border: 1px solid #59514f;
	color: #505050;
	font-size: 20px;
	width: 98%;
	padding: 0 1%;
	height: 50px;
	line-height: 50px;
	display: block;
}


.problem-demand {
	margin-top: 26px;
}

.problem-demand textarea{
	background: #FFFFFF;
	border: 1px solid #59514f;
	color: #505050;
	font-size: 20px;
	width: 98%;
	padding: 10px 1%;
	height: 83px;
	line-height: 36px;
	display: block;
}

.submit{
	margin-top: 45px;
}

.submit .submit-message{
	margin: 0 auto;
	background: #1f28f1;
	border: none;
	color: #FFFFFF;
	font-size: 20px;
	width: 178px;
	height: 48px; 
	line-height: 48px;
	display: block;
	text-align: center;
}


.service{
	background: url(../images/service_bg.jpg) top center no-repeat;
	background-size: 100% 100%;
}

.service-content{
	padding: 102px 0 146px 0;
}

.service-content .title{
	
}

.service-content .title i{
	font-size: 36px;
	line-height: 38px;
	color: #1d29f1;
	font-weight: bold;
}

.service-content .title p{
	font-size: 18px;
	line-height: 36px;
	color: #000000;
	margin-top: 11px;
}

.service-content .title span{
	height: 1px;
	width: 22px;
	background: #000000;
	display: block;
	margin-top: 26px;
}

.type{
	margin-top: 62px;
}

.strategic{
	float: left;
	background: #FFFFFF;
	width: 42%;
	padding: 42px 3.572%;
}

.strategic-describe{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.strategic-describe .icon{
	margin-right: 5%;
}

.strategic-describe .icon img{
	display: block;
}

.strategic-describe .subtitle{
	
}

.strategic-describe .subtitle i{
	font-size: 32px;
	line-height: 44px;
	color: #000000;
	font-weight: bold;
	display: block;
}

.strategic-describe .subtitle p{
	font-size: 18px;
	line-height: 26px;
	color: #313131;
	margin-top: 15px;
}

.strategic-trait{
	margin-top: 45px;
}

.strategic-trait ul{
	padding-left: 19%;
}

.strategic-trait ul li{
	height: 50px;
	font-size: 17px;
	color: #323232;
	font-weight: bold;
	position: relative;
	padding-left: 30px;
}

.strategic-trait ul li:last-child{
	height: 28px;
}

.strategic-trait ul li span{
	font-size: 0;
	line-height: 0;
	font-weight: inherit;
	left: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #333;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: calc((1em - -17px)/ 2);
}



.strategic-trait ul li:before {
	content: "";
    position: absolute;
    top: calc((1em - -5px)/ 2);
    height: 100%;
    width: 1px;
    left: 3px;
    background: linear-gradient(-180deg,#ccc 0,#ccc 98%);
}

.strategic-trait ul li:last-child:before {
    height: 0;
}



.fall{
	float: right;
	background: #FFFFFF;
	width: 42%;
	padding: 42px 3.572%;
}

.fall-trait{
	padding-left: 6%;
	margin-top: 45px;
	
}

.fall-trait ul:first-child{
	margin-right: 12%;
}

.fall-trait ul{
	float: left;
	width: 42%;
}

.fall-trait ul li{
	height: 50px;
	font-size: 17px;
	color: #323232;
	font-weight: bold;
	position: relative;
	padding-left: 12%;
}

.fall-trait ul li:last-child{
	height: 28px;
}


.fall-trait ul li p{
	float: left;
	width: 80%;
}

.fall-trait ul li span{
	font-size: 0;
	line-height: 0;
	font-weight: inherit;
	left: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #333;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: absolute;
    top: calc((1em - -17px)/ 2);
}

.fall-trait ul li:before {
	content: "";
    position: absolute;
    top: calc((1em - -5px)/ 2);
    height: 100%;
    width: 1px;
    left: 3px;
    background: linear-gradient(-180deg,#ccc 0,#ccc 98%);
}

.fall-trait ul li:last-child:before {
    height: 0;
}

.value{
	margin-top: 110px;
}

.value-title{
	line-height: 50px;
	text-align: center;
}


.value-title i:before{
	display: inline-block;
	width: 26%;
	height: 1px;
	background: #666;
	content: "";
	float: left;
	margin-top: 26px;
}

.value-title i:after{
	display: inline-block;
	width: 26%;
	height: 1px;
	background: #666;
	content: "";
	float: right;
	margin-top: 26px;
}

.value-title i{
	font-size: 32px;
	color: #333;
	font-weight: bold;
}


.value-list{
	margin-top: 33px;
}

.value-list ul li{
	width: 23.33%;
	float: left;
	margin-left: 3%;
	background: #1D29EF;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #FFFFFF;
    padding: 70px 4%;
    margin-top: 28px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.value-list ul li:nth-child(3n+1){
	margin-left: 0;
}

.value-list ul li:nth-child(2n+2){
	background: #5a5a5a;
}

.value-list ul li span{
	font-family: arial;
	font-size: 60px;
	line-height: 72px;
	margin-right: 5%;
	font-weight: bold;
}

.value-list ul li i{
	font-size: 24px;
	line-height: 36px;
	display: block;
	width: 60%;
	margin-left: 5%;
}

.value-list ul li div{
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    margin: 0 .0;
    position: absolute;
	left: 0;
	top: 0;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.value-list ul li p{
	width: 84%;
	font-size: 16px;
	line-height: 32px;
	color: #111111;
	margin: 0 auto;
	
}

.value-list ul li:hover div{
     opacity: 1;
}

.case-shows{
	padding: 121px 0 146px 0;
}


.case-shows .service-content{
	padding: 0;
}



.immersive_slider {
	max-width: 100%;
	height: 396px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.immersive_slider .is-slide {
	display: table;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
}

.ease {
	-webkit-transition: 1000ms ease all;
	-moz-transition: 1000ms ease all;
	-o-transition: 1000ms ease all;
	transition: 1000ms ease all;
}

.bounce {
	-webkit-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
	-moz-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
	-o-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
	transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
}


.page_container{
	position: relative;
}

.is-container {
	position: relative;
}

.is-container .is-background {
	display: none;
}


.is-next, .is-prev {
	position: absolute;
	bottom: 50%;
	margin-bottom: -36px;
	width: 23px;
	display: inline-block;
}
.is-next {
	right: -76px;
}

.is-prev {
	left: -76px;
}

.wrapper {
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

.main {
	float: left;
	width: 100%;
	margin: 0 auto;
}

.case-shows-box{
	margin-top: 66px;
}

.case-shows-box .slide{
	
}

.case-shows-box .slide .image{
	float: left;
	width: 57%;
	height: 396px;
	overflow: hidden;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.case-shows-box .slide .image img{
	display: block;
}

.case-shows-box .slide .content{
	float: right;
	width: 37%;
	padding-top: 35px;
}

.case-shows-box .slide .content h2{
	font-size: 30px;
	line-height: 49px;
	font-weight: inherit;
	overflow: hidden;
	height: 49px;
}

.case-shows-box .slide .content h2 i{
	display: block;
	color: #323232;
	font-weight: bold;
}

.case-shows-box .slide .content h2 em{
	display: block;
	color: #323232;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.case-shows-box .slide .content p{
	line-height: 33px;
	font-size: 16px;
	color: #717171;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin-top: 18px;
	height: 132px;
}

.case-shows-box .slide .content span a{
	display: block;
	width: 82px;
	height: 38px;
	background: #1D29EF;
	text-align: center;
	line-height: 38px;
	color: #FFFFFF;
	font-family: arial;
	font-size: 16px;
	margin-top: 76px;
}


.case-list-category{
	margin-top: 90px;
}

.case-list-category ul li{
	width: 18.9%;
	float: left;
	margin-left: 1.3%;
	position: relative;
	margin-top: 19px;
	overflow: hidden;
}

.case-list-category ul li i{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 136px;
	background-color: rgba(227,227,227,0.99);
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 24px;
    color: #000000;
    transition: .9s;
	-moz-transition: .9s;
	-webkit-transition: .9s;
}

.case-list-category ul li:hover i{
	background-color: rgba(227,227,227,0.8);
}


.case-list-category ul li img{
	display: block;
	height: 136px;
	width: 100%;
}

.case-list-category ul li:nth-child(5n+1){
	margin-left: 0;
}



.fccy-data{
	padding: 100px 0 120px 0;
	background:#000000 url(../images/sj.jpg) top center no-repeat;
	background-size: auto 100%;
}

.fccy-data .title{
	color: #ffffff;
	text-align: center;
}

.fccy-data .title i{
	font-size: 42px;
	line-height: 70px;
	font-weight: bold;
}

.fccy-data .title p{
	font-size: 20px;
	line-height: 26px;
	margin-top: 8px;
}

.data-list{
	margin-top: 100px;
}

.data-list ul li{
	width: 25%;
	float: left;
	text-align: center;
	color: #FFFFFF;
}

.data-list ul li img{
	display: block;
	margin: 0 auto;	
	height: 42px;
}

.data-list ul li p{
	margin-top: 25px;
	font-size: 16px;
	line-height: 30px;
	padding: 0 4%;
}



.zstx{
	padding: 106px 0 62px 0;
	background: #f5f5f5;
}

.zstx .service-content{
	padding: 0;
}

.zstx-list{
	margin-top: 59px;
}

.zstx-list .knowledge-item{
	width: 32.3%;
    margin-left: 1.5%;
    margin-bottom: inherit;
}

.zstx-list .knowledge-item:first-child{
    margin-left: 0;
}

.zstx-list .knowledge-item i{
	font-size: 19px;
	color: #0f0f0f;
	text-align: center;
	line-height: 26px;
	height: 26px;
	font-weight: bold;
}

.zstx-list .knowledge-item p{
	font-size: 16px;
	color: #626262;
	line-height: 32px;
	margin-top: 15px;
}

.zstx-more{
	margin-top: 52px;
}

.zstx-more a{
	font-size: 18px;
	color: #1D29EF;
	border: 1px solid #1D29EF;
	width: 88px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	float: right;
	display: block;
}


.xwdt{
	padding: 92px 0 108px 0;
}

.xwdt .service-content{ 
	padding: 0 ;
}


.xwdt-box{
	position: relative;
	margin-top: 72px;
}



.news-recommend{
	width: 54%;
	height: 380px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	overflow: hidden;
	float: left;
	position: relative;
}

.news-recommend img{
	display: block;
	max-width: inherit;
}

.recommend-describe{
	position: absolute;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	right: 0;
	bottom: 0;
	text-align: center;
}

.xwdt-box:before{
	position: absolute;
	left: -15px;
	top: -16px;
	width: 31px;
	height: 31px;
	display: block;
	content: '';
	background: url(../images/news_j.png) top center no-repeat;
}


.recommend-describe p{
	font-size: 17px;
	color: #FFFFFF;
	line-height: 60px;
	height: 60px;
	padding: 0 8%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
}

.news-category{
	width: 37.9%;
	float: right;
}

.mt-tabpage {
	width: 100%;
	background-color: #FFFFFF;
}
.mt-tabpage-title {
	height: 44px;
	font-size: 0;
	background-color: #fff;
	width: 100%;
	border-bottom: 1px solid #ababab;
}

.mt-tabpage-title .mt-tabpage-item {
	display: inline-block;
	width: 105px;
	height: 44px;
	line-height: 24px;
	text-align: center;
	color: #595758;
	font-size: 24px;
	margin-left: 58px;
}

.mt-tabpage-title .mt-tabpage-item:first-child {
	margin-left: 0
}

.mt-tabpage-title .mt-tabpage-item:hover{
	color: #000000;
}
.mt-tabpage-title .mt-tabpage-item-cur {
	color: #000000;
	font-size: 24px;
	height: 41px;
	border-bottom: 3px solid #565df4;
}
.mt-tabpage-count {
	position: relative;
	width: 100%;
	height: 324px;
	overflow: hidden;
	margin-top: 10px;
}
.mt-tabpage-cont__wrap {
	position: absolute;
}
.mt-tabpage-count .mt-tabpage-item {
	width: 530px;
	height: 324px;
}

.news-list ul li{
	overflow: hidden;
}

.news-list ul li a{
	font-size: 18px;
	color: #585657;
	height: 57px;
	line-height: 57px;
	display: block;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news-list ul li a:hover{
	color: #1D29EF;
}

.news-list ul li span{
	color: #717171;
	margin-right: 45px;
}



.service-page{
	padding: 114px 0 126px 0;
	background: #000000 url(../images/service.jpg) top center no-repeat;
	background-size: auto 100%;
}

.integration-title{
	width: 39%;
	float: left;
	padding-left: 0%;
}

.integration-title p{
	max-width: 520px;
	font-size: 50px;
	line-height: 62px;
	margin-bottom: 30px;
	color: #FFFFFF;
	letter-spacing: 5px;
}

.integration-title span{
	font-size: 12px;
	line-height: 17px;
	color: #4c4c4c;
}


.integration-content{
	width: 50%;
	float: right;
	padding-left:6%;
	border-left: 1px solid #525252;
}

.integration-content ul li{
	margin-bottom: 52px;
}

.integration-content ul li:last-child{
	margin-bottom: 0;
}

.integration-content ul li i{
	display: block;
	color: #FFFFFF;
	font-size: 35px;
	line-height: 20px;
	font-weight: bold;
	position: relative;
}

.integration-content ul li i:before{
	content: "";
	width: 15px;
	height: 15px;
	background: #1D29EF;
	display: block;
	position: absolute;
	left: -28px;
	top: 3px;
}

.integration-content ul li p{
	display: block;
	color: #b4b4b4;
	font-size: 35px;
	line-height: 70px;
	margin-top: 27px;
}



.service-item{
	padding: 106px 0;
	background: #f5f5f5;
}

.service-item .box{
	max-width: 1921px;
	margin: 0 auto;
}

.positioning-strategy{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.positioning-strategy-tit{
	width: 35%;
	float: left;
	padding-left: 7%;
	
}

.strategy-tit-icon{
	float: left;
	width: 49%;
	margin-right: 2%;
}

.strategy-tit-icon img{
	max-width: 90%;
}

.positioning-strategy-tit .title{
	float: left;
	width: 49%;
}

.positioning-strategy-tit .title i{
	display: block;
	color: #313131;
	font-size: 20px;
	line-height: 26px;
}

.positioning-strategy-tit .title b{
	display: block;
	color: #1f28f1;
	font-size: 36px;
	line-height: 44px;
	margin-top: 10px;
	margin-bottom: 20px;
	letter-spacing: 3px;
}

.positioning-strategy-tit .title p{
	color: #313131;
	font-size: 20px;
	line-height: 48px;
}

.positioning-strategy-tit .title p img{
	margin-bottom: -6px;
}

.positioning-strategy-content{
	width: 36%;
	float: right;
	padding-right: 15%;
	padding-left: 7%;
}

.strategy-nr{
	
}

.strategy-nr ul li{
	margin-bottom: 52px;
}

.strategy-nr ul li:last-child{
	margin-bottom: 0;
}

.strategy-nr ul li i{
	display: block;
	line-height: 28px;
	font-size: 20px;
	font-weight: bold;
	color: #3c3b39;
}

.strategy-nr ul li i img{
	display: block;
	float: left;
	margin-right: 12px;
}

.strategy-nr ul li p{
	line-height: 34px;
	font-size: 17px;
	margin-top: 14px;
	color: #626262;
	text-align: justify;
}


.strategy-system{
	padding: 30px 0 35px 0;
	margin-top: 54px;
	background: #3d58d9;
	width: 100%;
}

.strategy-system i{
	line-height: 27px;
	display: block;
	text-align: center;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
}


.strategy-system ul{
	padding-top: 15px;
}

.strategy-system ul li{
	width: 50%;
	float: left;
	color: #FFFFFF;
	line-height: 54px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.strategy-system ul li span{
	color: #5070e1;
	font-size: 19px;
	margin-right: 15px;
}


.service-line{
	margin: 98px 0 88px 0;
}

.service-line .left{
	width: 23%;
	height: 1px;
	float: left;
	margin-left: 19%;
	background: #000000;
}

.service-line .right{
	width: 36%;
	float: right;
	margin-right: 15%;
	margin-left: 7%;
	height: 1px;
	background: #000000;
}


.value-page{
	margin: 104px 0 108px 0;
}

.value-page-content{
	margin-top: 60px;
}

.value-page-content .list{
	width: 31.63%;
	float: left;
	margin-left: 2.5%;
	margin-bottom: 35px;
}



.value-page-content .list:nth-child(3n+1){
	margin-left: 0;
}

.value-page-content .line{
	border: 1px solid #ddd;
	padding: 46px 48px 54px 48px;
}

.value-page-content .list-subtit{
	height: 70px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.value-page-content .list-subtit span{
	line-height: 70px;
	color: #3d58d9;
	font-size: 60px;
	font-weight: bold;
	float: left;
	width: 30%;
	display: block;
	font-family: arial;
}

.value-page-content .list-subtit i{
	line-height: 40px;
	color: #333;
	font-size: 24px;
	float: right;
	width: 62%;
	display: block;
	font-weight: bold;
}

.value-page-content .list-text{
	padding-top: 30px;
	border-top: 1px solid #ccc;
}

.value-page-content .list-text p{
	color: #404040;
	line-height: 35px;
	font-size: 16px;
	text-align: justify;
}

.news-width .case-page-content{
	padding-right: 0;
}




/*第二次更新*/


/*首页*/

/*banner*/

.slide-main {
	width: 100%;
	position: relative;
	
}

.slide-box,
.slide-info {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slide-info {
	display: none;
}

.slide-info a {
	width: 100%;
	height: 100%;
	display: block;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.slide-info img {
	display: block;
	margin: 0 auto;
}

.slide-info img.b-phone {
	display: none;
}

.slide-main:hover .prev2,.slide-main:hover .next2{
	opacity: 1;
}

.prev2,.next2{
	width: 180px;
	height: 100%;
	display: block;
	position: absolute;
	top:0;
	margin-top: 0;
	transition: .9s;
	-moz-transition: .9s;
	-webkit-transition: .9s;
	opacity: 0;
	text-align: center;
	line-height: 100%;
}

.prev2 img,.next2 img{
	display: block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.slide-main:hover .prev2:hover,.slide-main:hover .next2:hover{
	opacity: 1;
}

.slide-main:hover .prev2:hover{
	background: url(../images/prev_bg.png) left center no-repeat;
	background-size: 100% 100%;
}

.slide-main:hover .next2:hover{
	background: url(../images/next_bg.png) left center no-repeat;
	background-size: 100% 100%;
}

.prev2 img{
	left: 100px;
}

.next2 img{
	right: 100px;
}


.prev2{
	left: 0px;
}

.next2{
	right: 0px;
}

/*banner翻页圆点*/

.item1 {
	width: 100%;
	position: absolute;
	z-index: 8;
	bottom: 50px;
	left: 0;
	text-align: center;
}

.item1 a {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	position: relative;
	border: 1px solid rgba(204,204,204,1);
	border-radius: 50%;
}

.item1 a.cur {
	width: 8px;
	height: 8px;
	border: 1px solid rgba(204,204,204,1);
	background-color: rgba(204,204,204,1);
}

/* banner end */


.index-brand{
	padding: 120px 0 150px 0;
	background: url(../images/index_brand_bg.jpg) center top no-repeat;
	background-size: 100% 100%;
}

.i-b-title{
	width: 40%;
	float: left;
	padding-top: 20px;
}

.i-b-title h2{
	font-size: 36px;
	line-height: 90px;
	color: #262626;
	text-align: center;
}

.i-b-text{
	width: 54%;
	float: right;
	letter-spacing: .8px;
}

.i-b-text b{
	font-size: 21px;
	line-height: 62px;
	color: #262626;
	margin-bottom: 8px;
}

.i-b-text p{
	font-size: 18px;
	line-height: 32px;
	color: #525252;
	padding-bottom: 36px;
	text-align: justify; 
}


.i-b-dis{
	margin-top: 42px;
	width: 158px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #525252;
	display: block;
	border: 1px solid #525252;
}

.i-b-dis:hover{
	color: #1f65e7;
	border: 1px solid #1f65e7;
}

.index-case{
	padding: 96px 0;
}


.pb-carouselWarp {
    position: relative;
    width: 100%;
    margin-top: 50px;
}
.pb-carouselWarp .pb-carousel {
  position: relative;
  overflow: hidden;
  height: 550px;
}
.pb-carouselWarp .pb-carousel li {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.pb-carouselWarp .pb-carousel li .tp {
	width: 66.25%;
	height: 550px;
	float: left;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.pb-carouselWarp .pb-carousel li .text {
	width: 33.75%;
	float: right;
	background: #f5f5f7;
	margin-top: 45px;
}

.pb-carouselWarp .pb-carousel li .text .box {
	padding: 100px 50px;
}

.i-c-title h3,.i-c-title h4{
	font-size: 30px;
	line-height: 40px;
	/*overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;*/
}

.i-c-subtitle{
	margin-top: 34px;
}


.i-c-subtitle h3{
	line-height: 30px;
	font-size: 18px;
}

.i-c-subtitle h3 span{
	display: block;
}

.i-c-text{
	display: none;
	margin-top: 32px;
}

.i-c-text p{
	font-size: 18px;
	line-height: 36px;
	max-height: 36px;
	display: -ms-flexbox;
	display: -moz-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.i-c-but{
	padding-top: 24px;
}

.pb-carouselWarp .pb-carousel .pb-this {
  display: block;
  left: 0;
}


.pb-carouselWarp .pb-carousel-ind {
 	height: 100px;
 	margin-top: 46px;
}
.pb-carouselWarp .pb-carousel-ind li {
	float: left;
	width: 10%;
	cursor: pointer;
	text-align: center;
}

.pb-carouselWarp .pb-carousel-ind li img{
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	height: 72px;
}
   
.pb-carouselWarp .pb-carousel-ind li.pb-this img{
  	-webkit-filter: none;
    filter: none;
}

.pb-carouselWarp .pb-carousel-ind li:hover img{
  	-webkit-filter: none;
    filter: none;
}

.pb-carouselWarp .pb-carousel-ind li h3{
  	font-size: 12px;
  	color: #262626;
  	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 4px;
}


.pb-carouselWarp .pb-arrow {
  position: absolute;
  top: 40%;
  margin-top: -40px;
  width: 45px;
  height: 80px;
  cursor: pointer;
}
.pb-carouselWarp .pb-arrow-prev {
  left: -180px;
  background: url(../images/left.png) no-repeat center;
}
.pb-carouselWarp .pb-arrow-next {
  right: -180px;
  background: url(../images/right.png) no-repeat center;
}


.index-who-title{
	padding: 130px 0 100px 0;
	background: url(../images/index_who_bg.jpg) center top no-repeat;
	background-size: auto 100%;
	text-align: center;
}

.index-who-title h2{
	font-size: 48px;
	color: #ffffff;
	line-height: 72px;
	margin-bottom: 12px;
	letter-spacing: 8px;
}

.index-who-title p{
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	margin-bottom: 90px;
	letter-spacing: 1.5px;
}


.index-who-one{
	padding: 120px 0 150px 0;
	background: ;
	background-size: auto 100%;
}

.index-who-one.who-two{
	background: url(../images/index_who_two_bg.jpg) center top no-repeat;
	background-size: auto 100%;
}

.iwo-title{
	text-align: center;
}

.iwo-title h3{
	font-size: 36px;
	line-height: 50px;
	color: #262626;
	letter-spacing: 1px;
}

.iwo-title p{
	font-size: 18px;
	line-height: 36px;
	color: #525252;
	text-transform: uppercase;
}

.iwo-content{
	padding-top: 96px;
}

.iwo-one-icon{
	width: 50%;
	float: left;
	text-align: center;
}

.iwo-one-icon.two-icon{
	text-align: left;
}

.iwo-one-text{
	width: 50%;
	float: right;
}

.ot-title{
	padding-top: 36px;
}

.ot-title h4{
	font-size: 24px;
	color: #262626;
	line-height: 56px;
}

.ot-title span{
	display: block;
	width: 30px;
	height: 2px;
	background: #525252;
	margin-top: 30px;
}

.ot-text{
	margin-top: 34px;
}

.ot-text p{
	font-size: 18px;
	line-height: 32px;
	color: #525252;
}

.ot-but{
	padding-top: 48px;
}


.index-power{
	padding: 92px 0 123px 0;
}

.index-title{
	text-align: center;
}

.index-title h2{
	font-size: 36px;
	color: #262626;
	line-height: 48px;
}

.index-title p{
	font-size: 18px;
	color: #525252;
	line-height: 30px;
}

.ip-content{
	margin-top: 70px;
}

.ip-content .item{
	width: 33.33%;
	float: left;
	background: #f5f5f7;
	padding: 60px 0;
	text-align: center;
}

.ip-content .item.emp{
	background: #e0e0e0;
	padding: 85px 0;
	position: relative;
	top: -25px;
}

.ip-content .item em{
	font-size: 70px;
	color: #262626;
	font-weight: bold;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.ip-content .item:hover em{
	color: #1D29EF;
}

.ip-content .item em span{
	font-size: 24px;
	position: relative;
	top: -4px;
}

.ip-content .item.emp i{
	background: #525252;
}

.ip-content .item i{
	display: block;
	width: 30px;
	height: 2px;
	background: #cccccc;
	margin: 20px auto 30px auto;
}

.ip-content .item p{
	font-size: 20px;
	color: #262626;
	line-height: 36px;
	padding: 0 12%;
	letter-spacing: .5px;
}


.index_news {
	position:relative;
	overflow:hidden; 
	padding:60px 0 40px 0;
	z-index:7;
	background-image: linear-gradient(to right, #272727 0%, #2d2d2d 50%, #272727 50% , #272727 100%);
	background-color: #272727;
}

.index_news * {
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}

.index_news_list {
	float:left; 
	width:44%;
	padding: 5% 3%;
}

.index_news_title {
	height: 30px; 
	padding:20px 0px 30px 0px;
	color:#fff; 
	font-size:14px; 
	position:relative;
	margin-bottom: 36px;
}

.index_news_title p{
	font-size: 18px;
}

.index_news_title a h2 {
	display: block;
	padding-bottom: 8px;
	color:#fff;
	font-size:36px;
}

.index_news_list ul { 
	overflow: hidden; 
}

.index_news_list ul li{
	border-bottom: 1px solid rgba(255,255,255,.1); 
}

.index_news_list ul li a{
	color: #787878;
	line-height: 26px;
	padding:15px 0px;
	display: block;
	position: relative;
	overflow: hidden;
}

.index_news_list ul li a span {
	color: #787878;
	text-align: right;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
}

.index_news_list ul li a:hover {
	color: #fff;
	padding:15px 3%;
	background: rgba(0,0,0,.3);
}

.index_news_list ul li a:hover span {
	color: #fff;
	right: 3%;
}

.index_about {
	color: #999;
	overflow: hidden; 
	padding:10px 0 13px 0; 
	line-height:20px;
}

.index_about_more {
	border-top:solid #ccc 1px; 
	border-bottom:solid #ccc 1px; 
	padding:6px 0; 
	display:block; 
}

.index_news_list:nth-child(1) {
	width:47%;
	padding: 2% 3% 5% 0;
}

.index_news_list:nth-child(2) {
	width:47%;
	padding: 2% 0 2% 3%;
}


.inews-top { 
	padding-top:20px; 
	overflow:hidden;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.inews-top .pic { 
	position:relative;
}

.inews-top .pic li { 
	background:rgba(0,0,0,.8);
	position:absolute;
	opacity:0;
	width:100%; 
	height:100%; 
	left:0px; 
	top:0px;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
}

.inews-top .pic li span { 
	position:absolute; 
	display:block; 
	left:50%;
	top:50%; 
	width:126px; 
	height:36px; 
	line-height:36px; 
	margin-top:-19px;
	margin-left:-64px;
	padding-left: 0; 
	text-align:center; 
	border:1px solid #fff; 
	color:#FFF; 
	font-size:12px;
}

.inews-top .pic img{ 
	display:block; 
	width:100%; 
	height:auto; 
	max-height:300px; 
	min-height:300px;
}

.inews-top a:hover li { 
	opacity:1;
}

.inews-top .text{
	padding:20px 0; 
	overflow:hidden;
}

.inews-top .text h4{ 
	color:#FFF; 
	font-size:17px; 
	font-weight:bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width:90%;
}

.inews-top .text p{ 
	color:#999; 
	font-size:12px; 
	line-height:22px; 
	margin:10px 0 15px 0; 
	overflow:hidden;
	width:96%;
	display: -ms-flexbox;
	display: -moz-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 44px;
	
}

.inews-top .text span{ 
	color:#787878; 
	font-size:12px;
}

.inews-top a:hover .text {
	background:rgba(0,0,0,.4);
}

.inews-top a:hover h4,.inews-top a:hover p,.inews-top a:hover .text span{ padding-left:3%;} 

.nlist12{
	padding: 15px 0px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	border-top: 1px solid rgba(255,255,255,.1);
	overflow: hidden;
}

.nlist12 a {
	color: #787878;
	font-size:12px;
	line-height: 30px;
	float: left;
	width: 30%;
	margin-right: 5%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.nlist12 a:nth-child(3n+3) {
	margin-right:0;
	padding-right:0;
}

.nlist12 a:hover {
	color: #fff;
}


.index-culture{
	padding: 140px 0;
}

.index-culture .item{
	float: left;
	width: 33.33%;
	text-align: center;
	position: relative;
	padding-top: 24px;
}

.index-culture .item:nth-child(2):before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: block;
	content: "";
	background: #cccccc;
	width: 1px;
}

.index-culture .item:nth-child(2):after{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: block;
	content: "";
	background: #cccccc;
	width: 1px;
}

.index-culture .item:nth-child(2){
	padding-top: 0;
}

.index-culture .item:nth-child(2) p{
	padding-left: 3%;
}

.index-culture .item h2{
	font-size: 18px;
	color: #525252;
	font-weight: initial;
}

.index-culture .item p{
	font-size: 24px;
	line-height: 36px;
	color: #252525;
	font-weight: bold;
	margin-top: 24px;
}

.index-culture .item p span{
	display: block;
}


.index-foot{
	padding: 100px 0 90px 0;
	background: #262626;
}


.if-infor{
	width: 50%;
	float: left;
}

.if-code{
	width: 24%;
	float: left;
	text-align: center;
}

.if-code p{
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 8px;
}

.if-text{
	width: 66%;
	float: right;
}

.if-com-name{
	color: #fff;
	line-height: 30px;
	margin-top: -8px;
}

.if-com-name h2{
	font-size: 14px;
	font-weight: initial;
}

.if-com-name p{
	font-size: 14px;
}

.if-contact{
	color: #999999;
	font-size: 14px;
	line-height: 30px;
	margin-top: 32px;
}

.if-contact p span{
	padding-left: 20px;
}


.if-mt{
	width: 50%;
	float: right;
}

.if-menu{
	text-align: right;
}

.if-menu ul li{
	display: inline-block;
	margin-left: 36px;
	position: relative;
}

.if-menu ul li:first-child{
	margin-left: 0;
}

.if-menu ul li:first-child:before{
	display: none;
}

.if-menu ul li:before{
	position: absolute;
	left: -22px;
	top: 0;
	display: block;
	content: "|";
	font-size: 14px;
	color: #ffffff;
}

.if-menu ul li a{
	font-size: 14px;
	color: #ffffff;
}

.if-tel{
	margin-top: 88px;
	text-align: right;
}

.if-tel em{
	font-size: 14px;
	color: #999999;
}

.if-tel p{
	font-size: 60px;
	color: #fff;
	font-weight: bold;
}

.ilink{
	background: #262626;
}

.ilink .container{
	border-top: 1px solid #999999;
	padding: 16px 0 40px 0;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
}

.ilink span{
	margin-right: 40px;
	position: relative;
}

.ilink span:after{
	position: absolute;
	right: -22px;
	top: -2px;
	display: block;
	content: "|";
	font-size: 12px;
	color: #757575;
}

.ilink a{
	color: #999999;
	margin-right: 8px;
}

.ilink a:hover{
	color: #FFFFFF;
}



/*案例*/

.list-banner img:first-child{
	display: block;
	margin: 0 auto;
}

.list-banner img:last-child{
	display: none;
}


.case_list{
	padding: 110px 0 120px 0;
}


.case_menu{
	border-bottom: 1px solid #cccccc;
}

.case_menu ul li{
	line-height: 80px;
	width:8.3%;
	float: left;
	text-align: center;
	position: relative;
}

.case_menu ul li a{
	font-size: 18px;
	color: #626262;
	letter-spacing: 0;
}

.case_menu ul li a:hover{
	color: #1f65e7;
}

.case_menu ul li.active a{
	color: #1f65e7;
}

.case_menu ul li.active:before{
	position: absolute;
	bottom: -1px;
	width: 100%;
	display: block;
	content: "";
	height: 1px;
	background: #1f65e7;
}


.case_box{
	text-align: center;
}

.case_list_box{
	text-align: left;
	padding-bottom: 60px;
}

.case_item{
	margin-top: 100px;
	background: #f5f5f7;
	position: relative;
}

.case_item:first-child{
	margin-top: 80px;
}

.case_item .case_tp{
	float: left;
	width: 60%;
}

.case_item .case_tp img{
	width: 100%;
}

.case_item .case_text{
	float: left;
	width: 39.99%;
}

.case_item .case_text .box{
	padding: 56px 50px 60px 50px;
}

.case_item .case_text .title{
	
}

.case_item .case_text .title h2,.case_item .case_text .title h3{
	font-size: 30px;
	line-height: 40px;
	color: #252525;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.case_item .case_text .text{
	margin-top: 24px;
}

.case_item .case_text .text p{
	font-size: 18px;
	color: #525252;
	line-height: 36px;
	display: -ms-flexbox;
	display: -moz-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 108px;
	overflow: hidden;
}

.details{
	padding-top: 48px;
}

.details .i-b-dis{
	font-size: 14px;
	position: relative;
	z-index: 9;
}

.viewMore{
	font-size: 18px;
	color: #333333;
}

.viewMore:hover{
	color: #1f65e7;
}

.arrow-bottom-icon{
	width: 17px;
	height: 9px;
	background: url(../images/more_sj.png) center center no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin-left: 10px;
	position: relative;
	top: -2px;
}

.viewMore:hover .arrow-bottom-icon{
	background: url(../images/more_sj_a.png) center center no-repeat;
	background-size: 100% 100%;
}



/*联系我们*/


.contact-box{
	padding: 120px 0;
	background: #f8f8f8;
}

.contact-box .cul-title{
	border-bottom: 1px solid #ccc;
}

.contact-box .cul-title i,.con-message-lb .cul-title i{
	font-size: 36px;
	color: #262626;
	font-weight: bold;
	margin-bottom: 26px;
	display: block;
}


.contact-con{
	margin-top: 75px;
}

.con-tel-wx {
	width: 46%;
	float: left;
}


.con-tel{
	
}

.con-tel i{
	font-size: 24px;
	color: #262626;
	display: block;
	margin-bottom: 2px;
}

.con-tel p{
	font-size: 55px;
	color: #1f65e7;
	font-weight: bold;
}

.con-wx{
	margin-top: 60px;
}

.con-wx p{
	font-size: 18px;
	color: #525252;
	line-height: 36px;
	margin-top: 12px;
}

.con-wx p span{
	display: block;
}


.con-dzyx{
	width: 50%;
	float: right;
}

.con-add-c{
	position: relative;
}

.con-add-c i{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	line-height: 30px;
	display: block;
	margin-bottom: 20px;
}

.con-add-c p{
	font-size: 18px;
	color: #666666;
	line-height: 36px;
	margin-top: 3px;
}


.con-yx{
	margin-top: 112px;
}

.con-yx i{
	font-size: 18px;
	line-height: 36px;
	color: #333333;
}

.con-yx p{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

.con-yx .hr{
	float: left;
	width: 50%;
	position: relative;
}

.con-yx .sum{
	float: right;
	width: 42%;
	position: relative;
}


.con-message-lb{
	padding: 120px 0;
}

.con-message-lb .cul-title{
	border-bottom: 1px solid #ccc;
}


.mess-con{
	margin-top: 65px;
}

.mes-title {
	text-align: center
}

.mes-title i{
	display: block;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}

.mes-title span{
	font-size: 16px;
	color: #666;
	display: block;
	margin-top: 10px
}


.per-info .info-name{
	width: 31.83%;
	float: left;
	margin-left: 2%;
}

.per-info .info-name:first-child{
	margin-left: 0;
}

.per-info .info-name i{
	font-size: 18px;
	color: #333333;
	display: block;
	margin-bottom: 15px;
	line-height: 28px;
	font-weight: bold;
}

.per-info .info-name i span{
	color: #D51918;
}

.per-info .info-name input{
	font-size: 18px;
	color: #333333;
	border: 1px solid #e5e5e5;
	background: #f8f8f8;
	width: 95%;
	height: 42px;
	outline: initial;
	padding: 0 2.5%;
}


.pro-need{
	margin-top: 44px;
}

.pro-need i{
	font-size: 18px;
	color: #333333;
	display: block;
	margin-bottom: 20px;
	line-height: 28px;
	font-weight: bold;
}

.pro-need textarea{
	font-size: 18px;
	color: #333333;
	display: block;
	line-height: 36px;
	height: 160px;
	width: 98.2%;
	border: 1px solid #e5e5e5;
	background: #f8f8f8;
	outline: initial;
	padding: 0 .8%;
}

.info-submit a{
	width: 160px;
	height: 40px;
	background: #1f65e7;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
	display: block;
	margin: 40px auto 0 auto;
}


/*品牌*/

.brand_con_box{
	position: relative;
}

.brand_menu {
	position: absolute;
	top: 0;
	z-index: 9;
	width: 100%;
}

.brand_menu .container{
	padding-top: 90px;
	border-bottom: 1px solid #cccccc;
}

.brand_menu_box{
	text-align: right
}

.brand_menu_box ul li{
	display: inline-block;
	line-height: 80px;
	margin-left: 70px;
	position: relative;
}

.brand_menu_box ul li:first-child{
	margin-left: 0px;
}

.brand_menu_box ul li a{
	font-size: 18px;
	color: #525252;
}

.brand_menu_box ul li a:hover{
	color: #1f65e7;
}

.brand_menu_box ul li.active:after{
	position: absolute;
	bottom: -1px;
	width: 100%;
	height: 1px;
	background: #1f65e7;
	display: block;
	content: "";
}

.brand_menu_box ul li.active a{
	color: #1f65e7;
}


.brand_content{
	padding-top: 250px;
	background:;
	background-size: auto 100%;
	padding-bottom: 120px;
}


.b_title{
	width: 30%;
	float: left;
}

.b_title h2{
	font-size: 36px;
	line-height: 90px;
	color: #262626;
	text-align: center;
}

.b_text{
	width: 65%;
	float: right;
	letter-spacing: .8px;
}

.b_text b{
	font-size: 24px;
	line-height: 36px;
	color: #262626;
	padding-bottom: 24px;
	display: block;
}

.b_text b i{
	font-weight: initial;
	font-size: 16px;
	position: relative;
	top: -14px;
	margin-left: 3px;
}

.b_text b span{
	font-weight: 100;
	margin: 0 8px;
}

.b_text p{
	font-size: 18px;
	line-height: 32px;
	color: #525252;
	padding-bottom: 36px;
	text-align: justify; 
}

.b_text p:last-child{
	padding-bottom: 0;
}


.cul-con{
	width: 100%;
	padding: 120px 0 136px;
}

.cul-con .cul-title{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 34px;
}

.cul-con .cul-title i{
	font-size: 36px;
	line-height: 40px;
	color: #222222;
	font-weight: bold;
	float: left;
	display: block;
}

.cul-list{
	margin-top: 96px;
}

.cul-list ul li{
	float: left;
	width: 30%;
	text-align: center;
	border-top: 1px solid #e5e5e5;
}

.cul-list ul li .line{
	padding: 54px 0%;
}

.cul-list ul li:nth-child(1),.cul-list ul li:nth-child(2),.cul-list ul li:nth-child(3){
	border-top: initial;
}

.cul-list ul li:nth-child(3n+2) .line{
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.cul-list ul li:nth-child(7){
	clear: both;
}

.cul-list ul li:nth-child(3n+2){
	width: 40%;
}

.cul-list ul li i{
	display: block;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.cul-list ul li i span{
	color: #1F28F1;
	margin: 0 8px;
	display: inline-block;
}

.cul-list ul li p{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-top: 12px;
}

.cul-list ul li p span{
	font-size: 18px;
	display: block;
	width: 66%;
	margin: 0 auto;
}


.cul-list ul li:nth-child(4) .line,.cul-list ul li:nth-child(6) .line{
	padding-top: 77px;
}





.brand_org_con{
	padding-bottom: 148px;
	background: url(../images/brand_par_bg.jpg) center center no-repeat;
	background-size: auto 100%; 
}

.b-p_title{
	padding-top: 104px;
}

.b-p_title h2{
	font-size: 36px;
	line-height: 48px;
	color: #262626;
}

.bp_item_box{
	padding-top: 128px;
}

.bp_item:first-child{
	margin-top: initial;
	padding-top: initial;
	border-top: initial;
}

.bp_item{
	margin-top: 104px;
	padding-top: 110px;
	border-top: 1px solid #cccccc;
}

.bp_item h3{
	font-size: 24px;
	line-height: 36px;
	color: #262626;
	margin-bottom: 44px;
}

.bp_item p{
	font-size: 18px;
	line-height: 48px;
	color: #525252;
	margin-bottom: 48px;
	text-align: justify;
}

.bp_item p:last-child{
	margin-bottom: 0;
}

.bp_pname{
	margin-top: 28px;
}

.bp_pname h3{
	font-size: 24px;
	text-align: right;
	color: #262626;
}



.brand_par_con{
	padding-top: 152px;
	background: url(../images/brand_par_bg.jpg) center center no-repeat;
	background-size: 100% 100%; 
	padding-bottom: 144px;
}

.par-list{
	width: 100%;
	margin: 92px 0 92px 0;
}

.par-list .par-line{
	border: 1px solid #cccccc;
	padding: 60px 0;
}

.par-idem{
	float: left;
	width: 20%;
}

.par-idem .line{
	padding: 0 15%;
	border-left: 1px solid #cccccc;
}

.par-idem:first-child .line{
	border-left: initial;
}

.par-idem .character{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.par-idem .character i{
	font-size: 18px;
	color: #1f28f1;
	margin-top: -8px;
	font-weight: 500;
}

.par-idem .character em{
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	font-style: initial;
	margin-left: 15px;
}

.par-idem .category{
	margin: 30px 0 30px 0;
}

.par-idem .category ul li{
	text-align: center;
	font-size: 20px;
	color: #333333;
	line-height: 36px;
	font-weight: 600;
}

.par-idem .text p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	text-align: justify;
}

.par_contact p{
	font-size: 18px;
	line-height: 36px;
	color: #525252;
	margin-bottom: 36px;
}

.par_contact p:last-child{
	margin-bottom: 0;
}



/*服务体系*/

.posit_stra{
	padding: 110px 0 130px 0;
}

.ps_title{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 30px;
}

.ps_title h2{
	font-size: 36px;
	color: #262626;
}

.p_s_box{
	margin-top: 108px;
}

.ps_icon{
	float: left;
	width: 44%;
	text-align: center;
	padding-top: 188px;
}

.ps_text{
	float: right;
	width: 50%;
}

.ps_text .item{
	margin-top: 72px;
}

.ps_text .item:first-child{
	margin-top: 0;
}

.ps_text .item h3{
	font-size: 24px;
	color: #262626;
	line-height: 48px;
}

.ps_text .item p{
	font-size: 18px;
	color: #525252;
	line-height: 48px;
	margin-top: 12px;
}


.posit_mark{
	padding: 112px 0 150px 0;
	background: url(../images/server_bg_1.jpg) center center no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.posit_mark:after{
	width: 100px;
	height: 37px;
	background: url(../images/server_bg_js.png) center center no-repeat;
	display: block;
	content: "";
	position: absolute;
	bottom: -37px;
	left: 50%;
	margin-left: -50px;
}


.posit_mark .ps_icon{
	padding-top: 56px;
	text-align: left;
}

.posit_mark .ps_text .item{
	margin-top: 95px;
}

.posit_mark .ps_text .item:first-child{
	margin-top: 16px;
}


.p_m_subcult{
	padding: 26px 0 144px 0;
}

.p_m_box{
	padding: 0 80px;
}

.pmsc_item{
	margin-top: 104px;
}

.pmsc_title{
	padding-bottom: 16px;
	border-bottom: 1px solid #cccccc;
}

.pmsc_title h4{
	font-size: 30px;
	color: #262626;
	line-height: 40px;
}

.pmsc_icon{
	margin-top: 48px;
}

.pmsc_icon ul li{
	width: 40%;
	float: left;
}

.pmsc_icon ul li h5{
	font-size: 18px;
	color: #262626;
	line-height: 36px;
}

.pmsc_icon p{
	margin-top: 14px;
	font-size: 18px;
	color: #262626;
	line-height: 36px;
}


.value_becom{
	padding: 50px 0 150px 0;
	background:#f3f3f4;
	background-size: auto 100%; 
}

.v_b_title{
	text-align: center;
}

.v_b_title h2{
	font-size: 36px;
	color: #262626;
	line-height: 48px;
}

.v_b_title p{
	font-size: 18px;
	color: #262626;
	line-height: 26px;
	margin-top: 20px;
}

.v_b_con{
	padding-top: 40px;
}

.v_b_con .item{
	float: left;
	width: 31.4%;
	margin-left: 2.9%;
	padding: 64px 0 72px;
	background: #1f65e7;
	margin-top: 40px;
	text-align: center;
	color: #fff;
}

.v_b_con .item:nth-child(3n+1){
	margin-left: 0;
}

.v_b_con .item .box{
	padding: 0 50px;
}

.v_b_con .item h3{
	font-size: 24px;
	line-height: 36px;
}

.v_b_con .item span{
	width: 30px;
	height: 2px;
	background: #fff;
	display: inline-block;
	margin: 34px 0 32px;
}

.v_b_con .item p{
	font-size: 16px;
	line-height: 30px;
}





@media (max-width: 1600px) {
	
.foot-menu-box span {
    margin: 0 22.5px;
}
footer .tel {
    width: 49.5%;
}

footer .information {
    width: 25%;
}
	
	.strategic-trait ul{
		padding-left: 22%;
	}
	
	
	.fall-trait ul:first-child{
	margin-right: 8%;
}

.fall-trait ul{
	float: left;
	width: 44%;
}

.fall-trait ul li{
	height: 54px;
	font-size: 18px;
	color: #323232;
	font-weight: bold;
	position: relative;
	padding-left: 12%;
}

.fall-trait ul li:last-child{
	height: 28px;
}


.fall-trait ul li p{
	float: left;
	width: 90%;
}

	
	#header{
	height: 100px;
overflow: hidden;

}



.logo{
    float: left;
    height: 78px;
    padding-top: 0px;
}

.logo i{
	float: left;
	letter-spacing:2px;
	line-height: 36px;
    border-left: 1px solid #565df4;
    margin-left: 16px;
    padding-left: 16px;
    margin-top: 32px;
}


/*menu*/

nav{
	height: 67px;
   padding-top: 33px;
}
	
	
.navbox{
	max-width: 1200px;
}

.container{
	width: 1200px;
}

.logo i{
	font-size: 13px;
}

#starlist li{
	margin-left: 40px;
}

#starlist li a {
	font-size: 16px;
}


.foot-menu {
    padding: 32px 0;
}

.foot-menu .slogan{
	font-size: 13px;
}


.foot-menu-box a{
	line-height: 26px;
	font-size: 13px;
}

footer .tel p{
	font-size: 13px;
}

footer .information i{
	font-size: 15px;
}

footer .information p{
	line-height: 22px;
	font-size: 13px;
}

.ewm .describe{
	line-height: 30px;
	font-size: 16px;
}

.ewm .ewm-tp p{
	font-size: 16px;
}

.linking-title{
	font-size: 15px;
	line-height: 28px;
}


.linking-content a{
	font-size: 13px;
	line-height: 26px;
}


.case-banner-box i{
	font-size: 40px;
	line-height: 48px;
}

.case-banner-box p{
	font-size: 14px;
	line-height: 26px;
}



.submenu ul li a{
	font-size: 17px;
}



.case-item-text .item-box span{
	font-size: 15px;
	line-height: 22px;
}

.case-item-text .item-box i{
	font-size: 18px;
	line-height: 28px;
}

.case-item-text .item-box p{
	font-size: 14px;
	line-height: 24px;
	-webkit-line-clamp:3;
	height: 72px;
}



.page-title{
	font-size: 23px;
	line-height: 40px;
}

.page-content{
	font-size: 16px;
	line-height: 32px;
}

.page-content a{
	font-size: 16px;
}

.pageing-on a,.pageing-directory a,.pageing-un a{
	font-size: 18px;
	line-height: 22px;
}

.tjal-title{
	font-size: 23px;
	line-height: 40px;
}


.recommend i{
	font-size: 15px;
}

.labels-title{
	font-size: 15px;
}


.labels-ietm a:hover{
	font-size: 16px;
}

.knowledge-item-text i{
	font-size: 17px;
	line-height: 22px;
	height: 22px;
}

.knowledge-item-text p{
	font-size: 14px;
	line-height: 26px;
	height: 52px;
}


#AspNetPager1 span {
	height: 58px;
	line-height: 58px;
	font-size: 13px;
}

.paging a {
	height: 58px;
	font-size: 16px;
	line-height: 58px;
}


.paging a i {
	font-size: 16px;
	line-height: 58px;
}


.news-item-text i{
	font-size: 18px;
	line-height: 22px;
	height: 22px;
}

.news-item-text p{
	font-size: 14px;
	line-height: 22px;
}

.introduction .title{
	font-size: 32px;
	line-height: 40px;
}

.introduction .content{
	font-size: 16px;
	line-height: 32px;
}


.culture .title{
	font-size: 17px;
	line-height: 22px;
}

.culture .content ul li span{
	font-size: 16px;
	line-height: 33px;
	height: 33px;
}

.culture .content ul li p{
	font-size: 16px;
	line-height: 32px;
}

.origin-advertising p{
	font-size: 35px;
	line-height: 54px;
}

.origin-advertising span{
	font-size: 20px;
	line-height: 34px;
}

.origin-text .title{
	font-size: 18px;
	line-height: 30px;
}

.origin-text .text{
	font-size: 16px;
	line-height: 32px;
}

.origin-people i{
	font-size: 20px;
	line-height: 32px;
}

.partner-content i{
	font-size: 32px;
	line-height: 38px;
}

.partner-content p{
	font-size: 16px;
	line-height: 32px;
}



.partner{
	margin-top: 65px;
	
}

.partner .title{
	font-size: 32px;
}

.partner-list{
	margin-top: 40px;
	padding: 60px 0;
}

.partner-list .partner-idem{
	width: 20%;
	float: left;
}

.partner-list .line{
	height: 450px;
	padding: 22px 9% 50px 9%;
}

.partner-list .partner-idem .character{
	height: 40px;
	line-height: 40px;
}

.partner-list .partner-idem .character i{
	font-size: 34px;
	float: left;
	width: 40%;
}

.partner-list .partner-idem .character em{
	font-size: 22px;
	float: left;
	width: 60%;
}

.partner-list .partner-idem .category{
	padding: 24px 0 37px 0;
}

.partner-list .partner-idem .category ul li{
	font-size: 16px;
	line-height: 35px;
}

.partner-list .partner-idem .text{
	font-size: 15px;
	line-height: 32px;
}




.partner-contact p{
	font-size: 22px;
	line-height: 46px;
}


.contact-data .tel{
	font-size: 22px;
}

.contact-data .tel span{
	font-size: 16px;
}

.contact-data .information p{
	font-size: 21px;
	line-height: 52px;
}

.contact-data .ewm p{
	font-size: 21px;
	line-height: 40px;
}

.contact-data .email p{
	font-size: 21px;
	line-height: 54px;
}


.message-title{
	font-size: 34px;
	line-height: 48px;
}


.name-phone .name i,.name-phone .phone i,.company-website i,.problem-demand i{
	font-size: 20px;
	line-height: 28px;
}

.name-phone .name input,.name-phone .phone input{
	font-size: 20px;
	height: 50px;
	line-height: 50px;
}

.company-website input{
	font-size: 20px;
	height: 50px;
	line-height: 50px;
}



.problem-demand textarea{
	font-size: 20px;
	line-height: 36px;
}

.submit .submit-message{
	font-size: 20px;
	line-height: 36px;
}
.service-content {
    padding: 95px 0 120px 0;
}
.service-content .title i{
	font-size: 32px;
	line-height: 34px;
}

.service-content .title p{
	font-size: 18px;
	line-height: 28px;
}

.strategic-describe .subtitle i{
	font-size: 30px;
	line-height: 36px;
}

.strategic-describe .subtitle p{
	font-size: 17px;
	line-height: 26px;
}

.strategic-trait ul li{
	font-size: 16px;
	height: 42px;
}
.type {
    margin-top: 52px;
}
.fall-trait ul li{
	height: 42px;
	font-size: 16px;
}
.value {
    margin-top: 80px;
}
.value-title{
	line-height: 50px;
}

.value-title i{
	font-size: 30px;
}

.value-list {
    margin-top: 13px;
}

.value-list ul li {
    padding: 50px 4%;
    margin-top: 25px;
    width: 24%;
    float: left;
    margin-left: 2%;
}

.value-list ul li span{
	font-size: 50px;
	line-height: 80px;
}

.value-list ul li i{
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}



.value-list ul li p{
	font-size: 15px;
	line-height: 30px;
}

.value-list ul li div {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    margin: 0 0%;
    position: absolute;
    left: 0;
    top: 0;
}

.case-shows {
    padding: 101px 0 116px 0;
}
.case-shows-box {
    margin-top: 20px;
}
.case-shows-box .slide .content h2{
	font-size: 28px;
	line-height: 49px;
}

.case-shows-box .slide .content p{
	line-height: 33px;
	font-size: 14px;
}

.case-shows-box .slide .content span a{
	line-height: 38px;
	font-size: 14px;
	margin-top: 72px;
}


.fccy-data .title i{
	font-size: 36px;
	line-height: 50px;
}

.fccy-data .title p{
	font-size: 20px;
	line-height: 38px;
}
.data-list {
    margin-top: 90px;
}
.data-list ul li p{
	font-size: 16px;
	line-height: 30px;
	padding: 0 7%;
}
.data-list ul li img {
    display: block;
    margin: 0 auto;
    height: 40px;
}

.zstx {
    padding: 106px 0 100px 0;
}
.knowledge-item-text {
    margin-top: 20px;
}
.zstx-list {
    margin-top: 50px;
}
.zstx-list .knowledge-item i{
	font-size: 18px;
	line-height: 26px;
	height: 26px;
}

.zstx-list .knowledge-item p{
	font-size: 14px;
	line-height: 26px;
	margin-top: 12px;
}
.zstx-more {
    margin-top: 35px;
}
.zstx-more a{
	font-size: 16px;
	width: 120px;
	height: 32px;
	line-height: 32px;
	margin: 0 auto;
	margin: 0 auto;
    float: initial;
}

.xwdt {
    padding: 102px 0 108px 0;
}

.xwdt-box {
    margin-top: 62px;
}
.recommend-describe p{
	font-size: 15px;
	line-height: 50px;
	height: 50px;
}


.mt-tabpage-title .mt-tabpage-item {
	line-height: 24px;
	font-size: 20px;
}

.mt-tabpage-title .mt-tabpage-item-cur {
	font-size: 20px;
}

.news-list ul li a{
	font-size: 16px;
	height: 57px;
	line-height: 57px;
	width: 86%;
}

.integration-title p{
	font-size: 42px;
}

.integration-content ul li i{
	font-size: 30px;
	line-height: 20px;
}

.integration-content ul li p{
	font-size: 26px;
	line-height: 52px;
}

.positioning-strategy-tit .title i{
	font-size: 20px;
	line-height: 26px;
}

.positioning-strategy-tit .title b{
	font-size: 34px;
	line-height: 44px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.positioning-strategy-tit .title p{
	font-size: 20px;
	line-height: 48px;
}

.positioning-strategy-tit .title p img{
	margin-bottom: -5px;
}

.strategy-nr ul li i{
	font-size: 18px;
}

.strategy-nr ul li p{
	font-size: 16px;
	line-height: 32px;
}

.case-list-category {
    margin-top: 60px;
}
.strategy-system i{
	font-size: 18px;
}

.strategy-system ul li{
	font-size: 18px;
}

.strategy-system ul li span{
	font-size: 18px;
}

.value-page {
    margin: 104px 0 88px 0;
}
.value-page-content {
    margin-top: 50px;
}
.value-page-content .line {
    border: 1px solid #ddd;
    padding: 46px 38px 44px 38px;
}
.value-page-content .list-text {
    padding-top: 20px;
}
.value-page-content .list-subtit {
    height: 60px;
    margin-bottom: 20px;
}
.value-page-content .list-subtit span{
	font-size: 60px;
}

.value-page-content .list-subtit i{
	font-size: 20px;
	line-height: 30px;
}

.value-page-content .list-text p{
	font-size: 14px;
	line-height: 30px;
}
.case-list-category ul li img {
    display: block;
    width: 100%;
    height: 110px;
}
.case-list-category ul li i{
	font-size: 24px;
	line-height: 110px;
}

.case-item-text {
    float: right;
    width: 26.5%;
}


/*首页*/

#starlist li a.menu-active:after {
	bottom: -33px;
	left: 0;
	width: 100%;
	height: 2px;
}

/*banner*/


.slide-info img.b-phone {
	display: none;
}


.prev2,.next2{
	width: 140px;
}

.prev2 img,.next2 img{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 35px;
    height: 62px;
}

.prev2 img{
	left: 60px;
}

.next2 img{
	right: 60px;
}


/*banner翻页圆点*/

.item1 {
	width: 100%;
	bottom: 50px;
	left: 0;
}

.item1 a {
	width: 8px;
	height: 8px;
	margin: 0 4px;
}

.item1 a.cur {
	width: 8px;
	height: 8px;
}

/* banner end */


.index-brand{
	padding: 110px 0 140px 0;
}

.i-b-title{
	width: 40%;
	float: left;
	padding-top: 104px;
}

.i-b-title h2{
	font-size: 36px;
	line-height: 72px;
}

.i-b-text{
	width: 50%;
	float: right;
	letter-spacing: .8px;
}

.i-b-text b{
	font-size: 19px;
	line-height: 62px;
	margin-bottom: 8px;
}

.i-b-text p{
	font-size: 15px;
	line-height: 32px;
	padding-bottom: 32px;
}


.i-b-dis{
	margin-top: 42px;
	width: 138px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}


.index-case{
	padding: 96px 0;
}


.pb-carouselWarp {
    margin-top: 50px;
}
.pb-carouselWarp .pb-carousel {
  height: 472px;
}

.pb-carouselWarp .pb-carousel li .tp {
	width: 66.25%;
	height: 472px;
	float: left;
}

.pb-carouselWarp .pb-carousel li .text {
	width: 33.75%;
	float: right;
	margin-top: 56px;
}

.pb-carouselWarp .pb-carousel li .text .box {
	padding: 64px 40px 64px 40px;
}

.i-c-title h3,.i-c-title h4{
	font-size: 30px;
	line-height: 40px;
}


.i-c-subtitle{
	margin-top: 36px;
}

.i-c-subtitle h3{
	line-height: 32px;
	font-size: 20px;
}

.i-c-text{
	margin-top: 22px;
}

.i-c-text p{
	font-size: 16px;
	line-height: 32px;
	max-height: 32px;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.i-c-but{
	padding-top: 0px;
}

.pb-carouselWarp .pb-carousel-ind {
 	height: 88px;
 	margin-top: 40px;
}
.pb-carouselWarp .pb-carousel-ind li {
	float: left;
	width: 10%;
}

.pb-carouselWarp .pb-carousel-ind li h3{
  	font-size: 12px;
  	margin-top: 6px;
}

.pb-carouselWarp .pb-carousel-ind li img{
  	height: 64px;
}


.pb-carouselWarp .pb-arrow {
  position: absolute;
  top: 40%;
  margin-top: -40px;
  width: 35px;
  height: 62px;
}
.pb-carouselWarp .pb-arrow-prev {
  left: -100px;
  background-size: 100% 100%;
}
.pb-carouselWarp .pb-arrow-next {
  right: -100px;
  background-size: 100% 100%;
}


.index-who-title{
	padding: 110px 0 90px 0;
}

.index-who-title h2{
	font-size: 44px;
	line-height: 56px;
	margin-bottom: 8px;
	letter-spacing: 6px;
}

.index-who-title p{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 72px;
	letter-spacing: 1.5px;
}


.index-who-one{
	padding: 100px 0 140px 0;
}


.iwo-title h3{
	font-size: 36px;
	line-height: 50px;
	letter-spacing: 1px;
}

.iwo-title p{
	font-size: 16px;
	line-height: 32px;
}

.iwo-content{
	padding-top: 88px;
}

.iwo-one-icon{
	width: 46%;
	float: left;
}

.iwo-one-icon.two-icon{
	text-align: left;
}

.iwo-one-text{
	width: 46%;
	float: right;
}

.ot-title{
	padding-top: 32px;
}

.ot-title h4{
	font-size: 22px;
	line-height: 56px;
}

.ot-title span{
	width: 30px;
	height: 2px;
	margin-top: 16px;
}

.ot-text{
	margin-top: 28px;
}

.ot-text p{
	font-size: 16px;
	line-height: 32px;
}

.ot-but{
	padding-top: 48px;
}


.index-power{
	padding: 92px 0 113px 0;
}

.index-title h2{
	font-size: 36px;
	line-height: 48px;
}

.index-title p{
	font-size: 18px;
	line-height: 30px;
}

.ip-content{
	margin-top: 70px;
}

.ip-content .item{
	width: 33.33%;
	float: left;
	padding: 60px 0;
}

.ip-content .item.emp{
	padding: 85px 0;
	top: -25px;
}

.ip-content .item em{
	font-size: 64px;
}

.ip-content .item em span{
	font-size: 22px;
	position: relative;
	top: -4px;
}

.ip-content .item i{
	width: 30px;
	height: 2px;
	margin: 20px auto 30px auto;
}

.ip-content .item p{
	font-size: 18px;
	line-height: 36px;
	padding: 0 10%;
	letter-spacing: .5px;
}


.index_news {
	position:relative;
	padding:60px 0 40px 0;
	background-image: linear-gradient(to right, #272727 0%, #2d2d2d 50%, #272727 50% , #272727 100%);
}

.index_news_list {
	float:left; 
	width:44%;
	padding: 5% 3%;
}

.index_news_title {
	height: 30px; 
	padding:20px 0px 30px 0px;
	font-size:14px; 
	margin-bottom: 36px;
}

.index_news_title p{
	font-size: 18px;
}

.index_news_title a h2 {
	padding-bottom: 8px;
	font-size:34px;
}

.index_news_list ul li{
	border-bottom: 1px solid rgba(255,255,255,.1); 
}

.index_news_list ul li a{
	line-height: 26px;
	padding:15px 0px;
	position: relative;
}

.index_news_list ul li a span {
	text-align: right;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
}

.index_news_list ul li a:hover {
	padding:15px 3%;
}

.index_news_list ul li a:hover span {
	right: 3%;
}

.index_about {
	padding:10px 0 13px 0; 
	line-height:20px;
}

.index_about_more {
	padding:6px 0; 
}

.index_news_list:nth-child(1) {
	width:47%;
	padding: 2% 3% 5% 0;
}

.index_news_list:nth-child(2) {
	width:47%;
	padding: 2% 0 2% 3%;
}


.inews-top { 
	padding-top:20px; 
}

.inews-top .pic li { 
	background:rgba(0,0,0,.8);
}

.inews-top .pic li span { 
	position:absolute; 
	display:block; 
	left:50%;
	top:50%; 
	width:126px; 
	height:36px; 
	line-height:36px; 
	margin-top:-19px;
	margin-left:-64px;
	font-size:12px;
}

.inews-top .pic img{ 
	height:auto; 
	max-height:256px; 
	min-height:256px;
}

.inews-top a:hover li { 
	opacity:1;
}

.inews-top .text{
	padding:20px 0; 
}

.inews-top .text h4{ 
	font-size:17px; 
	width:90%;
}

.inews-top .text p{ 
	font-size:12px; 
	line-height:22px; 
	margin:10px 0 15px 0; 
	width:96%;
	-webkit-line-clamp: 2;
	max-height: 44px;
}

.inews-top .text span{ 
	font-size:12px;
}

.inews-top a:hover .text {
	background:rgba(0,0,0,.4);
}

.inews-top a:hover h4,.inews-top a:hover p,.inews-top a:hover .text span{ padding-left:3%;} 

.nlist12{
	padding: 15px 0px;
}

.nlist12 a {
	font-size:12px;
	line-height: 30px;
	float: left;
	width: 30%;
	margin-right: 5%;
}

.nlist12 a:nth-child(3n+3) {
	margin-right:0;
	padding-right:0;
}


.index-culture{
	padding: 120px 0;
}

.index-culture .item{
	float: left;
	width: 33.33%;
	padding-top: 22px;
}

.index-culture .item:nth-child(2){
	padding-top: 0;
}

.index-culture .item:nth-child(2) p{
	padding-left: 3%;
}

.index-culture .item h2{
	font-size: 18px;
}

.index-culture .item p{
	font-size: 22px;
	line-height: 36px;
	margin-top: 20px;
}

.index-culture .item p span{
	display: block;
}


.index-foot{
	padding: 90px 0 80px 0;
}


.if-infor{
	width: 50%;
	float: left;
}

.if-code{
	width: 26%;
	float: left;
}

.if-code p{
	font-size: 14px;
	margin-top: 12px;
}

.if-text{
	width: 66%;
	float: right;
}

.if-com-name{
	line-height: 30px;
	margin-top: -8px;
}

.if-com-name h2{
	font-size: 14px;
}

.if-com-name p{
	font-size: 14px;
}

.if-contact{
	font-size: 14px;
	line-height: 30px;
	margin-top: 28px;
}

.if-contact p span{
	padding-left: 0px;
	display: block;
}


.if-mt{
	width: 50%;
	float: right;
}

.if-menu{
	text-align: right;
}

.if-menu ul li{
	margin-left: 24px;
}

.if-menu ul li:first-child{
	margin-left: 0;
}

.if-menu ul li:before{
	left: -16px;
	top: 1px;
	font-size: 12px;
}

.if-menu ul li a{
	font-size: 14px;
}

.if-tel{
	margin-top: 128px;
	text-align: right;
}

.if-tel em{
	font-size: 14px;
}

.if-tel p{
	font-size: 48px;
}

.ilink .container{
	padding: 16px 0 30px 0;
	font-size: 14px;
	line-height: 24px;
}

.ilink span{
	margin-right: 40px;
}

.ilink span:after{
	right: -22px;
	top: -2px;
	font-size: 12px;
}

.ilink a{
	margin-right: 8px;
}


/*案例*/

.list-banner img:first-child{
	display: block;
	margin: 0 auto;
}

.list-banner img:last-child{
	display: none;
}


.case_list{
	padding: 96px 0 120px 0;
}

.case_menu{
	border-bottom: 1px solid #cccccc;
}

.case_menu ul li{
	line-height: 80px;
	width:8.3%;
	float: left;
}

.case_menu ul li a{
	font-size: 17px;
}

.case_menu ul li.active:before{
	bottom: -1px;
	width: 100%;
	height: 1px;
}


.case_list_box{
	text-align: left;
	padding-bottom: 56px;
}

.case_item{
	margin-top: 88px;
}

.case_item:first-child{
	margin-top: 72px;
}

.case_item .case_tp{
	float: left;
	width: 66.66%;
}

.case_item .case_tp img{
	width: 100%;
}

.case_item .case_text{
	float: left;
	width: 33.33%;
}

.case_item .case_text .box{
	padding: 56px 40px 0 40px;
}

.case_item .case_text .title h2,.case_item .case_text .title h3{
	font-size: 28px;
	line-height: 38px;
}

.case_item .case_text .text{
	margin-top: 20px;
}

.case_item .case_text .text p{
	font-size: 16px;
	line-height: 32px;
	-webkit-line-clamp: 3;
	max-height: 96px;
}

.details{
	padding-top: 16px;
}

.details .i-b-dis{
	font-size: 14px;
}

.viewMore{
	font-size: 18px;
}

.arrow-bottom-icon{
	width: 17px;
	height: 9px;
	margin-left: 10px;
	top: -2px;
}



/*联系我们*/


.contact-box{
	padding: 110px 0;
}

.contact-box .cul-title i,.con-message-lb .cul-title i{
	font-size: 36px;
	margin-bottom: 26px;
}

.contact-con{
	margin-top: 75px;
}

.con-tel-wx {
	width: 46%;
	float: left;
}

.con-tel i{
	font-size: 22px;
	margin-bottom: 2px;
}

.con-tel p{
	font-size: 50px;
}

.con-wx{
	margin-top: 60px;
}

.con-wx p{
	font-size: 16px;
	line-height: 32px;
	margin-top: 8px;
}



.con-dzyx{
	width: 50%;
	float: right;
}

.con-add-c i{
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}

.con-add-c p{
	font-size: 18px;
	line-height: 36px;
	margin-top: 3px;
}


.con-yx{
	margin-top: 112px;
}

.con-yx i{
	font-size: 18px;
	line-height: 36px;
}

.con-yx p{
	font-size: 24px;
}

.con-yx .hr{
	float: left;
	width: 50%;
}

.con-yx .sum{
	float: right;
	width: 42%;
}


.con-message-lb{
	padding: 110px 0;
}


.mess-con{
	margin-top: 65px;
}

.mes-title i{
	font-size: 36px;
}

.mes-title span{
	font-size: 16px;
	margin-top: 10px
}


.per-info .info-name{
	width: 31.83%;
	float: left;
	margin-left: 2%;
}

.per-info .info-name:first-child{
	margin-left: 0;
}

.per-info .info-name i{
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 28px;
}

.per-info .info-name input{
	font-size: 18px;
	width: 95%;
	height: 42px;
	padding: 0 2.5%;
}


.pro-need{
	margin-top: 44px;
}

.pro-need i{
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 28px;
}

.pro-need textarea{
	font-size: 18px;
	line-height: 36px;
	height: 160px;
	width: 98.2%;
	padding: 0 .8%;
}

.info-submit a{
	width: 160px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	margin: 40px auto 0 auto;
}


/*品牌*/

.brand_con_box{
	position: relative;
}

.brand_menu .container{
	padding-top: 80px;
}

.brand_menu_box{
	text-align: right
}

.brand_menu_box ul li{
	line-height: 80px;
	margin-left: 70px;
}

.brand_menu_box ul li a{
	font-size: 18px;
}

.brand_content{
	padding-top: 250px;
	padding-bottom: 120px;
}


.b_title{
	width: 30%;
	float: left;
}

.b_title h2{
	font-size: 36px;
	line-height: 64px;
}

.b_text{
	width: 64%;
	float: right;
	letter-spacing: .8px;
}

.b_text b{
	font-size: 22px;
	line-height: 36px;
	padding-bottom: 24px;
}

.b_text b i{
	font-size: 16px;
	top: -12px;
	margin-left: 3px;
}

.b_text b span{
	font-weight: 100;
	margin: 0 4px;
}

.b_text p{
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 34px;
}

.b_text p:last-child{
	padding-bottom: 0;
}


.cul-con{
	padding: 100px 0 110px;
}

.cul-con .cul-title i{
	font-size: 34px;
}

.cul-con .cul-title span{
	font-size: 28px;
}


.cul-list{
	margin-top: 70px;
}

.cul-list ul li{
	width: 30%;
}


.cul-list ul li i{
	font-size: 18px;
}


.cul-list ul li p{
	font-size: 16px;
}

.cul-list ul li p span{
	font-size: 16px;
}



/*服务体系*/

.posit_stra{
	padding: 110px 0 130px 0;
}

.ps_title{
	padding-bottom: 30px;
}

.ps_title h2{
	font-size: 36px;
}

.p_s_box{
	margin-top: 108px;
}

.ps_icon{
	float: left;
	width: 44%;
	padding-top: 168px;
}

.ps_text{
	float: right;
	width: 50%;
}

.ps_text .item{
	margin-top: 72px;
}

.ps_text .item:first-child{
	margin-top: 0;
}

.ps_text .item h3{
	font-size: 24px;
	line-height: 48px;
}

.ps_text .item p{
	font-size: 18px;
	line-height: 36px;
	margin-top: 10px;
}


.posit_mark{
	padding: 112px 0 150px 0;
}

.posit_mark:after{
	width: 100px;
	height: 37px;
	background-size: 100% 100%;
	bottom: -37px;
	left: 50%;
	margin-left: -50px;
}


.posit_mark .ps_icon{
	padding-top: 56px;
}

.posit_mark .ps_text .item{
	margin-top: 95px;
}

.posit_mark .ps_text .item:first-child{
	margin-top: 16px;
}


.p_m_subcult{
	padding: 26px 0 144px 0;
}

.p_m_box{
	padding: 0 80px;
}

.pmsc_item{
	margin-top: 104px;
}

.pmsc_title{
	padding-bottom: 16px;
}

.pmsc_title h4{
	font-size: 30px;
	line-height: 40px;
}

.pmsc_icon{
	margin-top: 48px;
}

.pmsc_icon ul li{
	width: 40%;
	float: left;
}

.pmsc_icon ul li h5{
	font-size: 18px;
	line-height: 36px;
}

.pmsc_icon p{
	margin-top: 14px;
	font-size: 18px;
	line-height: 36px;
}


.value_becom{
	padding: 50px 0 150px 0;
}

.v_b_title h2{
	font-size: 36px;
	line-height: 48px;
}

.v_b_title p{
	font-size: 18px;
	line-height: 26px;
	margin-top: 20px;
}

.v_b_con{
	padding-top: 40px;
}

.v_b_con .item{
	float: left;
	width: 31.4%;
	margin-left: 2.9%;
	padding: 64px 0 72px;
	margin-top: 40px;
}

.v_b_con .item:nth-child(3n+1){
	margin-left: 0;
}

.v_b_con .item .box{
	padding: 0 50px;
}

.v_b_con .item h3{
	font-size: 24px;
	line-height: 36px;
}

.v_b_con .item span{
	width: 30px;
	height: 2px;
	margin: 34px 0 32px;
}

.v_b_con .item p{
	font-size: 16px;
	line-height: 30px;
}


}

@media (max-width: 1440px) {
#starlist li {
    margin-left: 36px;
}
.navbox {
    max-width: 1100px;
}
.container{
	width: 1100px;
}
.value-page-content .list-text p{
	height: 120px;
}
.value-page-content{
	margin-top: 40px;
}
.foot-menu {
    padding: 32px 0;
}
.brand-content {
    width: 74.5%;
}

.case-list-category ul li i {
    font-size: 21px;
    line-height: 100px;
}
.case-list-category ul li img {
    display: block;
    width: 100%;
    height: 100px;
}
footer .information i {
    font-size: 14px;
}
.ewm .describe {
    line-height: 28px;
    font-size: 14px;
}


/*首页*/

#starlist li a.menu-active:after {
	bottom: -33px;
	left: 0;
	width: 100%;
	height: 2px;
}

/*banner*/

.slide-info img.b-phone {
	display: none;
}


.prev2,.next2{
	width: 100px;
}

.prev2 img,.next2 img{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 30px;
    height: 54px;
}

.prev2 img{
	left: 40px;
}

.next2 img{
	right: 40px;
}


/*banner翻页圆点*/

.item1 {
	width: 100%;
	bottom: 40px;
	left: 0;
}

.item1 a {
	width: 8px;
	height: 8px;
	margin: 0 4px;
}

.item1 a.cur {
	width: 8px;
	height: 8px;
}

/* banner end */


.index-brand{
	padding: 104px 0 130px 0;
}

.i-b-title{
	width: 36%;
	float: left;
	padding-top: 88px;
}

.i-b-title h2{
	font-size: 36px;
	line-height: 72px;
}

.i-b-text{
	width: 56%;
	float: right;
	letter-spacing: .8px;
}

.i-b-text b{
	font-size: 19px;
	line-height: 62px;
	margin-bottom: 8px;
}

.i-b-text p{
	font-size: 15px;
	line-height: 32px;
	padding-bottom: 34px;
}


.i-b-dis{
	margin-top: 42px;
	width: 138px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}


.index-case{
	padding: 96px 0;
}


.pb-carouselWarp {
    margin-top: 50px;
}
.pb-carouselWarp .pb-carousel {
  height: 432px;
}

.pb-carouselWarp .pb-carousel li .tp {
	width: 66.25%;
	height: 432px;
	float: left;
}

.pb-carouselWarp .pb-carousel li .text {
	width: 33.75%;
	float: right;
	margin-top: 54px;
}

.pb-carouselWarp .pb-carousel li .text .box {
	padding: 44px 40px 56px 40px;
}

.i-c-title h3,.i-c-title h4{
	font-size: 28px;
	line-height: 40px;
}

.i-c-subtitle{
	margin-top: 30px;
}

.i-c-subtitle h3{
	line-height: 30px;
	font-size: 18px;
}

.i-c-text{
	margin-top: 16px;
}

.i-c-text p{
	font-size: 16px;
	line-height: 32px;
	max-height: 32px;
	-webkit-line-clamp: 1;
}

.i-c-but{
	padding-top: 0px;
}

.pb-carouselWarp .pb-carousel-ind {
 	height: 82px;
 	margin-top: 30px;
}
.pb-carouselWarp .pb-carousel-ind li {
	float: left;
	width: 10%;
	margin-top: 8px;
}

.pb-carouselWarp .pb-carousel-ind li h3{
  	font-size: 12px;
}

.pb-carouselWarp .pb-carousel-ind li img{
  	height: 56px;
}

.pb-carouselWarp .pb-arrow {
  position: absolute;
  top: 40%;
  margin-top: -27px;
  width: 30px;
  height: 54px;
}
.pb-carouselWarp .pb-arrow-prev {
  left: -80px;
  background-size: 100% 100%;
}
.pb-carouselWarp .pb-arrow-next {
  right: -80px;
  background-size: 100% 100%;
}


.index-who-title{
	padding: 104px 0 88px 0;
}

.index-who-title h2{
	font-size: 40px;
	line-height: 56px;
	margin-bottom: 8px;
	letter-spacing: 6px;
}

.index-who-title p{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 64px;
	letter-spacing: 1.5px;
}


.index-who-one{
	padding: 96px 0 130px 0;
}


.iwo-title h3{
	font-size: 32px;
	line-height: 50px;
	letter-spacing: 1px;
}

.iwo-title p{
	font-size: 14px;
	line-height: 32px;
}

.iwo-content{
	padding-top: 88px;
}

.iwo-one-icon{
	width: 46%;
	float: left;
}

.iwo-one-icon.two-icon{
	text-align: left;
}

.iwo-one-text{
	width: 46%;
	float: right;
}

.ot-title{
	padding-top: 32px;
}

.ot-title h4{
	font-size: 20px;
	line-height: 48px;
}

.ot-title span{
	width: 24px;
	height: 2px;
	margin-top: 16px;
}

.ot-text{
	margin-top: 28px;
}

.ot-text p{
	font-size: 16px;
	line-height: 36px;
}

.ot-but{
	padding-top: 40px;
}


.index-power{
	padding: 92px 0 103px 0;
}

.index-title h2{
	font-size: 36px;
	line-height: 48px;
}

.index-title p{
	font-size: 18px;
	line-height: 30px;
}

.ip-content{
	margin-top: 70px;
}

.ip-content .item{
	width: 33.33%;
	float: left;
	padding: 50px 0;
}

.ip-content .item.emp{
	padding: 70px 0;
	top: -20px;
}

.ip-content .item em{
	font-size: 56px;
}

.ip-content .item em span{
	font-size: 20px;
	position: relative;
	top: -4px;
}

.ip-content .item i{
	width: 24px;
	height: 2px;
	margin: 12px auto 20px auto;
}

.ip-content .item p{
	font-size: 16px;
	line-height: 32px;
	padding: 0 10%;
	letter-spacing: .5px;
}


.index_news {
	position:relative;
	padding:50px 0 40px 0;
	background-image: linear-gradient(to right, #272727 0%, #2d2d2d 50%, #272727 50% , #272727 100%);
}

.index_news_list {
	float:left; 
	width:44%;
	padding: 5% 3%;
}

.index_news_title {
	height: 30px; 
	padding:20px 0px 30px 0px;
	margin-bottom: 24px;
}

.index_news_title p{
	font-size: 16px;
}

.index_news_title a h2 {
	padding-bottom: 8px;
	font-size:32px;
}

.index_news_list ul li{
	border-bottom: 1px solid rgba(255,255,255,.1); 
}

.index_news_list ul li a{
	line-height: 26px;
	padding:15px 0px;
	position: relative;
}

.index_news_list ul li a span {
	text-align: right;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
}

.index_news_list ul li a:hover {
	padding:15px 3%;
}

.index_news_list ul li a:hover span {
	right: 3%;
}

.index_about {
	padding:10px 0 13px 0; 
	line-height:20px;
}

.index_about_more {
	padding:6px 0; 
}

.index_news_list:nth-child(1) {
	width:47%;
	padding: 2% 3% 5% 0;
}

.index_news_list:nth-child(2) {
	width:47%;
	padding: 2% 0 2% 3%;
}


.inews-top { 
	padding-top:20px; 
}

.inews-top .pic li { 
	background:rgba(0,0,0,.8);
}

.inews-top .pic li span { 
	position:absolute; 
	display:block; 
	left:50%;
	top:50%; 
	width:126px; 
	height:36px; 
	line-height:36px; 
	margin-top:-19px;
	margin-left:-64px;
	font-size:12px;
}

.inews-top .pic img{ 
	height:auto; 
	max-height:260px; 
	min-height:260px;
}

.inews-top a:hover li { 
	opacity:1;
}

.inews-top .text{
	padding:20px 0; 
}

.inews-top .text h4{ 
	font-size:17px; 
	width:90%;
}

.inews-top .text p{ 
	font-size:12px; 
	line-height:22px; 
	margin:10px 0 15px 0; 
	width:95%;
	-webkit-line-clamp: 2;
	max-height: 44px;
	overflow: hidden;
}

.inews-top .text span{ 
	font-size:12px;
}

.inews-top a:hover .text {
	background:rgba(0,0,0,.4);
}

.inews-top a:hover h4,.inews-top a:hover p,.inews-top a:hover .text span{ padding-left:3%;} 

.nlist12{
	padding: 12px 0px;
}

.nlist12 a {
	font-size:12px;
	line-height: 28px;
	float: left;
	width: 30%;
	margin-right: 5%;
}

.nlist12 a:nth-child(3n+3) {
	margin-right:0;
	padding-right:0;
}


.index-culture{
	padding: 110px 0;
}

.index-culture .item{
	float: left;
	width: 33.33%;
	padding-top: 20px;
}

.index-culture .item:nth-child(2){
	padding-top: 0;
}

.index-culture .item:nth-child(2) p{
	padding-left: 3%;
}

.index-culture .item h2{
	font-size: 16px;
}

.index-culture .item p{
	font-size: 20px;
	line-height: 34px;
	margin-top: 16px;
}

.index-culture .item p span{
	display: block;
}


.index-foot{
	padding: 90px 0 60px 0;
}


.if-infor{
	width: 50%;
	float: left;
}

.if-code{
	width: 26%;
	float: left;
}

.if-code p{
	font-size: 14px;
	margin-top: 12px;
}

.if-text{
	width: 68%;
	float: right;
}

.if-com-name{
	line-height: 30px;
	margin-top: -8px;
}

.if-com-name h2{
	font-size: 14px;
}

.if-com-name p{
	font-size: 14px;
}

.if-contact{
	font-size: 12px;
	line-height: 26px;
	margin-top: 28px;
}

.if-contact p span{
	padding-left: 0px;
	display: block;
}


.if-mt{
	width: 50%;
	float: right;
}

.if-menu{
	text-align: right;
}

.if-menu ul li{
	margin-left: 24px;
}

.if-menu ul li:first-child{
	margin-left: 0;
}

.if-menu ul li:before{
	left: -16px;
	top: 1px;
	font-size: 12px;
}

.if-menu ul li a{
	font-size: 14px;
}

.if-tel{
	margin-top: 108px;
	text-align: right;
}

.if-tel em{
	font-size: 14px;
}

.if-tel p{
	font-size: 48px;
}

.ilink .container{
	padding: 16px 0 30px 0;
	font-size: 12px;
	line-height: 24px;
}

.ilink span{
	margin-right: 30px;
}

.ilink span:after{
	right: -18px;
	top: -4px;
	font-size: 12px;
}

.ilink a{
	margin-right: 8px;
}



/*案例*/

.list-banner img:first-child{
	display: block;
	margin: 0 auto;
}

.list-banner img:last-child{
	display: none;
}


.case_list{
	padding: 80px 0 110px 0;
}

.case_menu{
	border-bottom: 1px solid #cccccc;
}

.case_menu ul li{
	line-height: 72px;
	width:8.3%;
	float: left;
}

.case_menu ul li a{
	font-size: 16px;
}

.case_menu ul li.active:before{
	bottom: -1px;
	width: 100%;
	height: 1px;
}


.case_list_box{
	text-align: left;
	padding-bottom: 56px;
}

.case_item{
	margin-top: 72px;
}

.case_item:first-child{
	margin-top: 64px;
}

.case_item .case_tp{
	float: left;
	width: 60%;
}

.case_item .case_tp img{
	width: 100%;
}

.case_item .case_text{
	float: left;
	width: 39.99%;
}

.case_item .case_text .box{
	padding: 56px 40px 0 40px;
}

.case_item .case_text .title h2,.case_item .case_text .title h3{
	font-size: 26px;
	line-height: 36px;
}

.case_item .case_text .text{
	margin-top: 20px;
}

.case_item .case_text .text p{
	font-size: 16px;
	line-height: 32px;
	-webkit-line-clamp: 2;
	max-height: 64px;
}

.details{
	padding-top: 16px;
}

.details .i-b-dis{
	font-size: 14px;
}

.viewMore{
	font-size: 18px;
}

.arrow-bottom-icon{
	width: 17px;
	height: 9px;
	margin-left: 10px;
	top: -2px;
}


/*品牌*/

.brand_con_box{
	position: relative;
}

.brand_menu .container{
	padding-top: 80px;
}

.brand_menu_box{
	text-align: right
}

.brand_menu_box ul li{
	line-height: 80px;
	margin-left: 70px;
}

.brand_menu_box ul li a{
	font-size: 18px;
}

.brand_content{
	padding-top: 240px;
	padding-bottom: 110px;
}


.b_title{
	width: 28%;
	float: left;
	padding-top: 156px;
}

.b_title h2{
	font-size: 34px;
	line-height: 64px;
}

.b_text{
	width: 64%;
	float: right;
	letter-spacing: .8px;
}

.b_text b{
	font-size: 20px;
	line-height: 36px;
	padding-bottom: 24px;
}

.b_text b i{
	font-size: 14px;
	top: -10px;
	margin-left: 3px;
}

.b_text b span{
	font-weight: 100;
	margin: 0 4px;
}

.b_text p{
	font-size: 16px;
	line-height: 36px;
	padding-bottom: 36px;
}

.b_text p:last-child{
	padding-bottom: 0;
}


.cul-con{
	padding: 110px 0 120px;
}

.cul-con .cul-title i{
	font-size: 34px;
}

.cul-con .cul-title span{
	font-size: 28px;
}


.cul-list{
	margin-top: 70px;
}

.cul-list ul li{
	width: 30%;
}


.cul-list ul li i{
	font-size: 18px;
}


.cul-list ul li p{
	font-size: 16px;
}

.cul-list ul li p span{
	font-size: 16px;
}




.brand_org_con{
	padding-bottom: 136px;
}

.b-p_title{
	padding-top: 96px;
}

.b-p_title h2{
	font-size: 34px;
	line-height: 48px;
}

.bp_item_box{
	padding-top: 104px;
}

.bp_item{
	margin-top: 80px;
	padding-top: 80px;
}

.bp_item h3{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 24px;
}

.bp_item p{
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 40px;
}

.bp_item p:last-child{
	margin-bottom: 0;
}

.bp_pname{
	margin-top: 28px;
}

.bp_pname h3{
	font-size: 20px;
}




.brand_org_con{
	padding-bottom: 148px;
	background: url(../images/brand_par_bg.jpg) center center no-repeat;
	background-size: auto 100%; 
}

.b-p_title{
	padding-top: 104px;
}

.b-p_title h2{
	font-size: 36px;
	line-height: 48px;
	color: #262626;
}

.bp_item_box{
	padding-top: 128px;
}

.bp_item:first-child{
	margin-top: initial;
	padding-top: initial;
	border-top: initial;
}

.bp_item{
	margin-top: 88px;
	padding-top: 96px;
	border-top: 1px solid #cccccc;
}

.bp_item h3{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 44px;
}

.bp_item p{
	font-size: 18px;
	line-height: 48px;
	margin-bottom: 48px;
}

.bp_item p:last-child{
	margin-bottom: 0;
}

.bp_pname{
	margin-top: 28px;
}

.bp_pname h3{
	font-size: 24px;
	text-align: right;
}



.brand_par_con{
	padding-top: 152px;
	padding-bottom: 136px;
}

.par-list{
	width: 100%;
	margin: 88px 0 88px 0;
}

.par-list .par-line{
	padding: 56px 0;
}

.par-idem{
	float: left;
	width: 20%;
}

.par-idem .line{
	padding: 0 12%;
	border-left: 1px solid #cccccc;
}

.par-idem .character i{
	font-size: 18px;
	margin-top: -8px;
}

.par-idem .character em{
	font-size: 30px;
	margin-left: 15px;
}

.par-idem .category{
	margin: 24px 0 24px 0;
}

.par-idem .category ul li{
	font-size: 18px;
	line-height: 32px;
}

.par-idem .text p{
	font-size: 14px;
	line-height: 28px;
}

.par_contact p{
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 36px;
}

.par_contact p:last-child{
	margin-bottom: 0;
}




/*服务体系*/

.posit_stra{
	padding: 100px 0 120px 0;
}

.ps_title{
	padding-bottom: 24px;
}

.ps_title h2{
	font-size: 34px;
}

.p_s_box{
	margin-top: 108px;
}

.ps_icon{
	float: left;
	width: 44%;
	padding-top: 158px;
}

.ps_text{
	float: right;
	width: 50%;
}

.ps_text .item{
	margin-top: 64px;
}

.ps_text .item:first-child{
	margin-top: 0;
}

.ps_text .item h3{
	font-size: 22px;
	line-height: 40px;
}

.ps_text .item p{
	font-size: 16px;
	line-height: 36px;
	margin-top: 10px;
}


.posit_mark{
	padding: 112px 0 144px 0;
}

.posit_mark:after{
	width: 81px;
	height: 30px;
	background-size: 100% 100%;
	bottom: -30px;
	left: 50%;
	margin-left: -40px;
}


.posit_mark .ps_icon{
	padding-top: 40px;
}

.posit_mark .ps_text .item{
	margin-top: 72px;
}

.posit_mark .ps_text .item:first-child{
	margin-top: 16px;
}


.p_m_subcult{
	padding: 26px 0 134px 0;
}

.p_m_box{
	padding: 0 56px;
}

.pmsc_item{
	margin-top: 96px;
}

.pmsc_title{
	padding-bottom: 16px;
}

.pmsc_title h4{
	font-size: 28px;
	line-height: 40px;
}

.pmsc_icon{
	margin-top: 40px;
}

.pmsc_icon ul li{
	width: 40%;
	float: left;
}

.pmsc_icon ul li h5{
	font-size: 18px;
	line-height: 36px;
}

.pmsc_icon p{
	margin-top: 10px;
	font-size: 16px;
	line-height: 32px;
}


.value_becom{
	padding: 50px 0 150px 0;
}

.v_b_title h2{
	font-size: 36px;
	line-height: 48px;
}

.v_b_title p{
	font-size: 18px;
	line-height: 26px;
	margin-top: 16px;
}

.v_b_con{
	padding-top: 40px;
}

.v_b_con .item{
	float: left;
	width: 31.4%;
	margin-left: 2.9%;
	padding: 56px 0 64px;
	margin-top: 32px;
}

.v_b_con .item:nth-child(3n+1){
	margin-left: 0;
}

.v_b_con .item .box{
	padding: 0 40px;
}

.v_b_con .item h3{
	font-size: 24px;
	line-height: 36px;
}

.v_b_con .item span{
	width: 30px;
	height: 2px;
	margin: 24px 0 22px;
}

.v_b_con .item p{
	font-size: 16px;
	line-height: 30px;
}



}

@media (max-width: 1400px) {
	
	.foot-menu-box span {
    margin: 0 25px;
}
	
	.value-page-content .line {
    padding: 46px 38px 44px 38px;
}

.value-page-content .list-subtit{
	margin-bottom: 30px;
}
.value-page-content .list-text {
    padding-top: 30px;
}
	#starlist li a {
	
	font-size: 16px;
}

#starlist li {
	margin-left: 23px;
}
.submenu{
	margin-left: -35%;
}
.case-item-tp{
	width: 60%;
	height: auto;
}

.case-item-text .item-box{
	padding: 34px 20px;
}

.case-item-text{
	width: 39%;
	float: right;
}


.case-item-text .item-box i{
	margin-top: 15px;
}

.case-item-text .item-box p{
	margin-top: 38px;
	-webkit-line-clamp:3;
	height: 70px;
}

footer .tel{
	width: 47%;
}

footer .tel img{
	max-width: 90%;
}

footer .information{
	width: 24%;
	float: left;
}


footer .ewm{
	width: 26%;
	float: right;
}

.al-article .submenu{
	left: 0;
    width: 20%;
    margin-left: 0;
}
.case-page-content{
	width: 78.4%;
	margin: inherit;
	float: right;
}

.knowledge .hot{
	margin-right: -5%;
}


.knowledge .case-page-content{
	width: 78.4%;
	float: left;
	
}

.news-width .case-page-content{
	width: 76%;
	margin: 0 auto;
	float: inherit;
	padding-right: 0;
}


.immersive_slider {
	height: 326px;
}


.wrapper {
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

.main {
	float: left;
	width: 100%;
	margin: 0 auto;
}

.case-shows-box{
	margin-top: 66px;
}

.case-shows-box .slide .image{
	float: left;
	width: 57%;
	height: 326px;
}

.case-shows-box .slide .image img{
	display: block;
}

.case-shows-box .slide .content{
	float: right;
	width: 37%;
	padding-top: 0px;
}

.case-shows-box .slide .content h2{
	font-size: 28px;
	line-height: 49px;
}

.case-shows-box .slide .content p{
	line-height: 33px;
	font-size: 16px;
	margin-top: 18px;
	-webkit-line-clamp: 3;
	height: 99px;
}

.case-shows-box .slide .content span a{
	width: 82px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	margin-top: 76px;
}


.service-item{
	padding: 106px 0;
}

.positioning-strategy-tit{
	width: 41%;
	float: left;
	padding-left: 3%;
	
}

.strategy-tit-icon{
	float: left;
	width: 48%;
	margin-right: 6%;
}


.positioning-strategy-tit .title{
	float: left;
	width: 46%;
}

.positioning-strategy-tit .title i{
	font-size: 20px;
	line-height: 26px;
}

.positioning-strategy-tit .title b{
	font-size: 32px;
	line-height: 44px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.positioning-strategy-tit .title p{
	font-size: 18px;
	line-height: 48px;
}

.positioning-strategy-tit .title p img{
	margin-bottom: -6px;
}

.positioning-strategy-content{
	width: 48%;
	float: right;
	padding-right: 3%;
	padding-left: 5%;
}

.strategy-nr{
	
}

.strategy-nr ul li{
	margin-bottom: 52px;
}

.strategy-nr ul li:last-child{
	margin-bottom: 0;
}

.strategy-nr ul li i{
	line-height: 28px;
	font-size: 18px;
}

.strategy-nr ul li i img{
	display: block;
	float: left;
	margin-right: 12px;
}

.strategy-nr ul li p{
	line-height: 32px;
	font-size: 16px;
	margin-top: 14px;
	color: #626262;
}


.strategy-system{
	padding: 30px 0 35px 0;
	margin-top: 54px;
	width: 100%;
}

.strategy-system i{
	line-height: 27px;
	font-size: 22px;
}


.strategy-system ul{
	padding-top: 15px;
}

.strategy-system ul li{
	width: 50%;
	float: left;
	line-height: 36px;
	font-size: 18px;
}

.strategy-system ul li span{
	font-size: 19px;
	margin-right: 15px;
}


.service-line{
	margin: 98px 0 88px 0;
}

.service-line .left{
	width: 23%;
	height: 1px;
	float: left;
	margin-left: 19%;
}

.service-line .right{
	width: 36%;
	float: right;
	margin-right: 15%;
	margin-left: 7%;
	height: 1px;
}
.knowledge-content{
	width: 78.29%;
	padding-top: 41px;
	
}

.knowledge-item{
	width: 31.66%;
	float: left;
	margin-left: 2.5%;
	margin-bottom: 66px;
}

.hwslider {
	width: 100%;
	height: auto;
	min-width: 280px;
	min-height: 306px;
	margin: 0 auto;
	position: relative;
}

.hwslider ul {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1
}

.hwslider ul li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hwslider ul li.active {
	display: block;
}

.hwslider ul li .image{
	float: left;
	width: 57%;
	height: 306px;
}

.hwslider ul li .image img{
	display: block;
}

.hwslider ul li .content{
	float: right;
	width: 37%;
	padding-top: 0px;
}

.hwslider ul li .content h2{
	font-size: 28px;
	line-height: 49px;
	font-weight: inherit;
	overflow: hidden;
	height: 49px;
}

.hwslider ul li .content h2 i{
	display: block;
	color: #323232;
}

.hwslider ul li .content h2 em{
	display: block;
	color: #323232;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.hwslider ul li .content p{
	line-height: 33px;
	font-size: 16px;
	color: #717171;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin-top: 18px;
	height: 132px;
}

.hwslider ul li .content span a{
	display: block;
	width: 82px;
	height: 38px;
	background: #1D29EF;
	text-align: center;
	line-height: 38px;
	color: #FFFFFF;
	font-family: arial;
	font-size: 16px;
	margin-top: 64px;
}


.dots {
	display: none;
}


.arr {
	position: absolute;
	top: 50%;
	margin-top: -27px;
	z-index: 2;
	width: 23px;
	height: 55px;
}

.arr:hover {
	
}



.prev {
	left: -56px
}

.next {
	right: -56px
}

.partner-list ul li div{
	height: 342px;
}

}


@media (max-width: 1280px) {
	.info{
	margin-top: 10px;
}

.info span{
	font-size: 14px;
	margin: 0 5px;
}
	.foot-menu-box span {
    margin: 0 20.6px;
}
		.strategic-trait ul{
		padding-left: 23%;
	}
	
	
	
.navbox{
	max-width: 92%;
}

.container{
	width: 92%;
}

	#header{
	height: 80px;
}


.logo{
	height: 58px;
   padding-top: 0px;
    margin-top: -10px;
}


/*menu*/

nav{
	height: 58px;
   padding-top: 22px;
}

#starlist li a {
	font-size: 16px;
}

.logo i{
	font-size: 13px;
}

.foot-menu .slogan{
	font-size: 13px;
}


.foot-menu-box a{
	line-height: 26px;
	font-size: 14px;
}

footer .tel p{
	font-size: 14px;
}

footer .information i{
	font-size: 14px;
}

footer .information p{
	line-height: 22px;
	font-size: 14px;
}

.ewm .describe{
	line-height: 26px;
	font-size: 14px;
}

.ewm .ewm-tp p{
	font-size: 14px;
}

.linking-title{
	font-size: 14px;
	line-height: 26px;
}


.linking-content a{
	font-size: 13px;
	line-height: 24px;
}


.case-banner-box i{
	font-size: 33px;
	line-height: 38px;
}

.case-banner-box p{
	font-size: 14px;
	line-height: 24px;
}



.submenu ul li a{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.submenu ul li{
	
}

.case-item-text .item-box span{
	font-size: 14px;
	line-height: 22px;
}

.case-item-text .item-box i{
	font-size: 16px;
	line-height: 26px;
	height: 52px;
}

.case-item-text .item-box p{
	font-size: 14px;
	line-height: 22px;
	height: 66px;
}



.page-title{
	font-size: 20px;
	line-height: 40px;
}

.page-content{
	font-size: 14px;
	line-height: 36px;
}

.page-content a{
	font-size: 14px;
}

.pageing-on a,.pageing-directory a,.pageing-un a{
	font-size: 16px;
	line-height: 22px;
}

.tjal-title{
	font-size: 20px;
	line-height: 36px;
}


.recommend i{
	font-size: 14px;
}

.labels-title{
	font-size: 14px;
}


.labels-ietm a:hover{
	font-size: 15px;
}

.knowledge-item-text i{
	font-size: 15px;
	line-height: 20px;
	height: 20px;
}

.knowledge-item-text p{
	font-size: 14px;
	line-height: 24px;
	height: 48px;
}


#AspNetPager1 span {
	height: 50px;
	line-height: 50px;
	font-size: 13px;
}

.paging a {
	height: 50px;
	font-size: 14px;
	line-height: 50px;
}


.paging a i {
	font-size: 14px;
	line-height: 50px;
}


.news-item-text i{
	font-size: 16px;
	line-height: 22px;
	height: 22px;
}

.news-item-text p{
	font-size: 14px;
	line-height: 22px;
}

.introduction .title{
	font-size: 28px;
	line-height: 36px;
}

.introduction .content{
	font-size: 14px;
	line-height: 26px;
}


.culture .title{
	font-size: 15px;
	line-height: 22px;
}

.culture .content ul li span{
	font-size: 14px;
	line-height: 28px;
	height: 28px;
}

.culture .content ul li p{
	font-size: 14px;
	line-height: 26px;
}

.origin-advertising p{
	font-size: 31px;
	line-height: 49px;
}

.origin-advertising span{
	font-size: 18px;
	line-height: 30px;
}

.origin-text .title{
	font-size: 15px;
	line-height: 28px;
}

.origin-text .text{
	font-size: 14px;
	line-height: 26px;
}

.origin-people i{
	font-size: 17px;
	line-height: 29px;
}

.partner-content i{
	font-size: 28px;
	line-height: 34px;
}

.partner-content p{
	font-size: 14px;
	line-height: 26px;
}

.partner .title{
	font-size: 19px;
}



.partner{
	margin-top: 65px;
	
}

.partner .title{
	font-size: 28px;
}

.partner-list{
	margin-top: 40px;
	padding: 40px 0;
}

.partner-list .partner-idem{
	width: 20%;
	float: left;
}

.partner-list .line{
	height: 420px;
	padding: 12px 8% 50px 8%;
}

.partner-list .partner-idem .character{
	height: 40px;
	line-height: 40px;
}

.partner-list .partner-idem .character i{
	font-size: 30px;
	float: left;
	width: 40%;
}

.partner-list .partner-idem .character em{
	font-size: 20px;
	float: left;
	width: 60%;
}

.partner-list .partner-idem .category{
	padding: 24px 0 37px 0;
}

.partner-list .partner-idem .category ul li{
	font-size: 16px;
	line-height: 32px;
}

.partner-list .partner-idem .text{
	font-size: 14px;
	line-height: 28px;
}


.partner-contact p{
	font-size: 19px;
	line-height: 40px;
}


.contact-data .tel{
	font-size: 18px;
}

.contact-data .tel span{
	font-size: 14px;
}

.contact-data .information p{
	font-size: 16px;
	line-height: 36px;
}

.contact-data .ewm p{
	font-size: 16px;
	line-height: 36px;
}

.contact-data .email p{
	font-size: 16px;
	line-height: 36px;
}


.message-title{
	font-size: 30px;
	line-height: 40px;
}


.name-phone .name i,.name-phone .phone i,.company-website i,.problem-demand i{
	font-size: 17px;
	line-height: 20px;
}

.name-phone .name input,.name-phone .phone input{
	font-size: 16px;
	height: 36px;
	line-height: 36px;
}

.company-website input{
	font-size: 16px;
	height: 36px;
	line-height: 36px;
}



.problem-demand textarea{
	font-size: 16px;
	line-height: 32px;
}

.submit .submit-message{
	font-size: 20px;
	line-height: 36px;
}

.service-content .title i{
	font-size: 28px;
	line-height: 30px;
}

.service-content .title p{
	font-size: 16px;
	line-height: 24px;
}

.strategic-describe .subtitle i{
	font-size: 26px;
	line-height: 30px;
}

.strategic-describe .subtitle p{
	font-size: 16px;
	line-height: 24px;
}

.strategic-trait ul li{
	font-size: 14px;
	height: 40px;
}

.fall-trait ul li{
	height: 40px;
	font-size: 14px;
}

.value-title{
	line-height: 40px;
}

.value-title i{
	font-size: 26px;
}

.value-list ul li{
	    width: 19.33%;
	padding: 55px 6%;
}

.value-list ul li span{
	font-size: 48px;
	line-height: 70px;
}

.value-list ul li i{
	font-size: 18px;
	line-height: 32px;
}

.value-list ul li p{
	font-size: 14px;
	line-height: 30px;
}


.case-shows-box .slide .content h2{
	font-size: 22px;
	line-height: 40px;
	height: 40px;
}

.case-shows-box .slide .content p{
	line-height: 28px;
	font-size: 13px;
	height: 84px;
}

.case-shows-box .slide .content span a{
	line-height: 38px;
	font-size: 13px;
}


.fccy-data .title i{
	font-size: 34px;
	line-height: 38px;
}

.fccy-data .title p{
	font-size: 16px;
	line-height: 30px;
}

.data-list {
    margin-top: 60px;
}

.data-list ul li p{
	font-size: 14px;
	line-height: 30px;
}
.data-list ul li img {
    height: 36px;
}

.zstx-list .knowledge-item i{
	font-size: 16px;
	line-height: 24px;
	height: 24px;
}

.zstx-list .knowledge-item p{
	font-size: 14px;
	line-height: 24px;
}

.zstx-more a{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}


.recommend-describe p{
	font-size: 14px;
	line-height: 40px;
	height: 40px;
}


.mt-tabpage-title .mt-tabpage-item {
	line-height: 20px;
	font-size: 17px;
}

.mt-tabpage-title .mt-tabpage-item-cur {
	font-size: 17px;
}

.news-list ul li a{
	font-size: 14px;
	height: 47px;
	line-height: 47px;
	width: 80%;
}

.integration-title p{
	font-size: 38px;
}

.integration-content ul li i{
	font-size: 24px;
	line-height: 20px;
}
.strategy-tit-icon img{
	max-width: 85%;
}
.integration-content ul li p{
	font-size: 24px;
	line-height: 48px;
}

.positioning-strategy-tit .title i{
	font-size: 14px;
	line-height: 24px;
}

.positioning-strategy-tit .title b{
	font-size: 26px;
	line-height: 32px;
}

.positioning-strategy-tit .title p{
	font-size: 16px;
	line-height: 40px;
}

.positioning-strategy-tit .title p img{
	height: 20px;
	margin-bottom: -4px;
}


.strategy-nr ul li i{
	font-size: 16px;
}

.strategy-nr ul li p{
	font-size: 14px;
	line-height: 28px;
}


.strategy-system i{
	font-size: 16px;
}

.strategy-system ul li{
	font-size: 16px;
}

.strategy-system ul li span{
	font-size: 16px;
}

.value-page-content .list-subtit {
    height: 80px;
    margin-bottom: 20px;
}
.value-page-content .list-text {
    padding-top: 20px;
}
.value-page-content .list-subtit span{
	font-size: 58px;
	line-height: 68px;
}

.value-page-content .line {
    padding: 56px 32px 44px 32px;
}

.value-page-content .list-subtit i{
	line-height: 32px;
	font-size: 17px;
}

.value-page-content .list-text p{
	font-size: 13px;
	line-height: 28px;
}

.case-list-category ul li i{
	font-size: 20px;
	line-height: 100px;
}

.service-content {
    padding: 82px 0 106px 0;
}
.value-page {
    margin: 84px 0 98px 0;
}

.value {
    margin-top: 70px;
}


.type {
    margin-top: 52px;
}


.case-shows {
    padding: 81px 0 96px 0;
}

.value-list {
    margin-top: 13px;
}
.xwdt {
    padding: 82px 0 88px 0;
}


.xwdt-box {
    margin-top: 52px;
}

.case-list-category {
    margin-top: 60px;
}
.case-list-category ul li img {
    display: block;
    width: 100%;
    height: 100px;
}

.case-shows-box {
    margin-top: 42px;
}

.case {
    margin-top: 83px;
}

.knowledge {
    margin-top: 82px;
}

.news {
    margin-top: 83px;
}

.hwslider {
	width: 100%;
	height: auto;
	min-width: 280px;
	min-height: 275px;
	margin: 0 auto;
	position: relative;
}

.hwslider ul {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1
}

.hwslider ul li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hwslider ul li.active {
	display: block;
}

.hwslider ul li .image{
	float: left;
	width: 57%;
	height: 275px;
}

.hwslider ul li .image img{
	display: block;
}

.hwslider ul li .content{
	float: right;
	width: 37%;
	padding-top: 0px;
}

.hwslider ul li .content h2{
	font-size: 28px;
	line-height: 49px;
	font-weight: inherit;
	overflow: hidden;
	height: 49px;
}

.hwslider ul li .content h2 i{
	display: block;
	color: #323232;
}

.hwslider ul li .content h2 em{
	display: block;
	color: #323232;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.hwslider ul li .content p{
	line-height: 33px;
	font-size: 16px;
	color: #717171;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 18px;
	height: 66px;
}

.hwslider ul li .content span a{
	display: block;
	width: 82px;
	height: 38px;
	background: #1D29EF;
	text-align: center;
	line-height: 38px;
	color: #FFFFFF;
	font-family: arial;
	font-size: 16px;
	margin-top: 64px;
}


.dots {
	display: none;
}


.arr {
	position: absolute;
	top: 50%;
	margin-top: -27px;
	z-index: 2;
	width: 23px;
	height: 55px;
}

.arr:hover {
	
}

.prev {
	left: -56px
}

.next {
	right: -56px
}
.fccy-data {
    padding: 100px 0 100px 0;
}


/*首页*/

#starlist li a.menu-active:after {
	bottom: -24px;
	height: 2px;
}

/*banner*/

.slide-info img.b-phone {
	display: none;
}


.prev2,.next2{
	width: 80px;
}

.prev2 img,.next2 img{
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 25px;
    height: 44px;
}

.prev2 img{
	left: 30px;
}

.next2 img{
	right: 30px;
}


/*banner翻页圆点*/

.item1 {
	width: 100%;
	bottom: 30px;
	left: 0;
}

.item1 a {
	width: 8px;
	height: 8px;
	margin: 0 3px;
}

.item1 a.cur {
	width: 8px;
	height: 8px;
}

/* banner end */


.index-brand{
	padding: 96px 0 110px 0;
}

.i-b-title{
	width: 32%;
	float: left;
	padding-top: 78px;
}

.i-b-title h2{
	font-size: 30px;
	line-height: 56px;
}

.i-b-text{
	width: 60%;
	float: right;
	letter-spacing: .8px;
}

.i-b-text b{
	font-size: 18px;
	line-height: 48px;
	margin-bottom: 16px;
}

.i-b-text p{
	font-size: 14px;
	line-height: 32px;
	padding-bottom: 30px;
}


.i-b-dis{
	margin-top: 32px;
	width: 120px;
	height: 36px;
	line-height: 36px;
	font-size: 12px;
}


.index-case{
	padding: 96px 0;
}


.pb-carouselWarp {
    margin-top: 40px;
}
.pb-carouselWarp .pb-carousel {
  height: 432px;
}

.pb-carouselWarp .pb-carousel li .tp {
	width: 66.25%;
	height: 432px;
	float: left;
}

.pb-carouselWarp .pb-carousel li .text {
	width: 33.75%;
	float: right;
	margin-top: 56px;
}

.pb-carouselWarp .pb-carousel li .text .box {
	padding: 48px 32px 48px 32px;
}

.i-c-title h3,.i-c-title h4{
	font-size: 26px;
	line-height: 40px;
}

.i-c-subtitle{
	margin-top: 32px;
}

.i-c-subtitle h3{
	line-height: 28px;
	font-size: 16px;
}

.i-c-text{
	margin-top: 22px;
}

.i-c-text p{
	font-size: 14px;
	line-height: 28px;
	max-height: 28px;
	-webkit-line-clamp: 1;
}

.i-c-but{
	padding-top: 10px;
}

.pb-carouselWarp .pb-carousel-ind {
 	height: 72px;
 	margin-top: 40px;
}
.pb-carouselWarp .pb-carousel-ind li {
	float: left;
	width: 10%;
}

.pb-carouselWarp .pb-carousel-ind li h3{
  	font-size: 12px;
  	margin-top: 0px;
}

.pb-carouselWarp .pb-carousel-ind li img{
  	height: 52px;
}


.pb-carouselWarp .pb-arrow {
	display: none;
  position: absolute;
  top: 40%;
  margin-top: -22px;
  width: 25px;
  height: 44px;
}
.pb-carouselWarp .pb-arrow-prev {
  left: -60px;
  background-size: 100% 100%;
}
.pb-carouselWarp .pb-arrow-next {
  right: -60px;
  background-size: 100% 100%;
}


.index-who-title{
	padding: 90px 0 80px 0;
}

.index-who-title h2{
	font-size: 36px;
	line-height: 56px;
	margin-bottom: 4px;
	letter-spacing: 3px;
}

.index-who-title p{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 48px;
	letter-spacing: 1px;
}

.index-who-title img{
	height: 10px;
}

.index-who-one{
	padding: 88px 0 120px 0;
}


.iwo-title h3{
	font-size: 28px;
	line-height: 40px;
	letter-spacing: 1px;
}

.iwo-title p{
	font-size: 13px;
	line-height: 26px;
}

.iwo-content{
	padding-top: 72px;
}

.iwo-one-icon{
	width: 46%;
	float: left;
}

.iwo-one-icon.two-icon{
	text-align: left;
}

.iwo-one-text{
	width: 46%;
	float: right;
}

.ot-title{
	padding-top: 16px;
}

.ot-title h4{
	font-size: 18px;
	line-height: 40px;
}

.ot-title span{
	width: 24px;
	height: 2px;
	margin-top: 16px;
}

.ot-text{
	margin-top: 20px;
}

.ot-text p{
	font-size: 16px;
	line-height: 32px;
}

.ot-but{
	padding-top: 40px;
}


.index-power{
	padding: 92px 0 96px 0;
}

.index-title h2{
	font-size: 34px;
	line-height: 44px;
}

.index-title p{
	font-size: 16px;
	line-height: 30px;
}

.ip-content{
	margin-top: 70px;
}

.ip-content .item{
	width: 33.33%;
	float: left;
	padding: 48px 0;
}

.ip-content .item.emp{
	padding: 64px 0;
	top: -16px;
}

.ip-content .item em{
	font-size: 48px;
}

.ip-content .item em span{
	font-size: 18px;
	position: relative;
	top: -4px;
}

.ip-content .item i{
	width: 24px;
	height: 2px;
	margin: 12px auto 20px auto;
}

.ip-content .item p{
	font-size: 16px;
	line-height: 32px;
	padding: 0 10%;
	letter-spacing: .5px;
}


.index_news {
	position:relative;
	padding: 50px 0 40px 0;
	background-image: linear-gradient(to right, #272727 0%, #2d2d2d 50%, #272727 50% , #272727 100%);
}

.index_news_list {
	float:left; 
	width:44%;
	padding: 5% 3%;
}

.index_news_title {
	height: 30px; 
	padding:10px 0px 20px 0px;
	margin-bottom: 24px;
}

.index_news_title p{
	font-size: 16px;
}

.index_news_title a h2 {
	padding-bottom: 8px;
	font-size:28px;
}

.index_news_list ul li{
	border-bottom: 1px solid rgba(255,255,255,.1); 
}

.index_news_list ul li a{
	line-height: 26px;
	padding:15px 0px;
	position: relative;
}

.index_news_list ul li a span {
	text-align: right;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
}

.index_news_list ul li a:hover {
	padding:15px 3%;
}

.index_news_list ul li a:hover span {
	right: 3%;
}

.index_about {
	padding:10px 0 13px 0; 
	line-height:20px;
}

.index_about_more {
	padding:6px 0; 
}

.index_news_list:nth-child(1) {
	width:47%;
	padding: 2% 3% 5% 0;
}

.index_news_list:nth-child(2) {
	width:47%;
	padding: 2% 0 2% 3%;
}


.inews-top { 
	padding-top:20px; 
}

.inews-top .pic li { 
	background:rgba(0,0,0,.8);
}

.inews-top .pic li span { 
	position:absolute; 
	display:block; 
	left:50%;
	top:50%; 
	width:126px; 
	height:36px; 
	line-height:36px; 
	margin-top:-19px;
	margin-left:-64px;
	font-size:12px;
}

.inews-top .pic img{ 
	height:auto; 
	max-height:220px; 
	min-height:220px;
}

.inews-top a:hover li { 
	opacity:1;
}

.inews-top .text{
	padding:20px 0; 
}

.inews-top .text h4{ 
	font-size:17px; 
	width:90%;
}

.inews-top .text p{ 
	font-size:12px; 
	line-height:22px; 
	margin:10px 0 15px 0; 
	width:95%;
	-webkit-line-clamp: 2;
	max-height: 44px;
	overflow: hidden;
}

.inews-top .text span{ 
	font-size:12px;
}

.inews-top a:hover .text {
	background:rgba(0,0,0,.4);
}

.inews-top a:hover h4,.inews-top a:hover p,.inews-top a:hover .text span{ padding-left:3%;} 

.nlist12{
	padding: 12px 0px;
}

.nlist12 a {
	font-size:12px;
	line-height: 28px;
	float: left;
	width: 30%;
	margin-right: 5%;
}

.nlist12 a:nth-child(3n+3) {
	margin-right:0;
	padding-right:0;
}


.index-culture{
	padding: 96px 0;
}

.index-culture .item{
	float: left;
	width: 33.33%;
	padding-top: 20px;
}

.index-culture .item:nth-child(2){
	padding-top: 0;
}

.index-culture .item:nth-child(2) p{
	padding-left: 3%;
}

.index-culture .item h2{
	font-size: 16px;
}

.index-culture .item p{
	font-size: 18px;
	line-height: 32px;
	margin-top: 16px;
}

.index-culture .item p span{
	display: block;
}


.index-foot{
	padding: 88px 0 56px 0;
}


.if-infor{
	width: 48%;
	float: left;
}

.if-code{
	width: 24%;
	float: left;
}

.if-code p{
	font-size: 12px;
	margin-top: 12px;
}

.if-text{
	width: 72%;
	float: right;
}

.if-com-name{
	line-height: 30px;
	margin-top: -8px;
}

.if-com-name h2{
	font-size: 14px;
}

.if-com-name p{
	font-size: 14px;
}

.if-contact{
	font-size: 12px;
	line-height: 26px;
	margin-top: 20px;
}

.if-contact p span{
	padding-left: 0px;
	display: block;
}


.if-mt{
	width: 52%;
	float: right;
}

.if-menu{
	text-align: right;
}

.if-menu ul li{
	margin-left: 16px;
}

.if-menu ul li:first-child{
	margin-left: 0;
}

.if-menu ul li:before{
	left: -11px;
	top: 1px;
	font-size: 12px;
}

.if-menu ul li a{
	font-size: 14px;
}

.if-tel{
	margin-top: 104px;
	text-align: right;
}

.if-tel em{
	font-size: 14px;
	line-height: 28px;
}

.if-tel p{
	font-size: 40px;
}

.ilink .container{
	padding: 16px 0 20px 0;
	font-size: 12px;
	line-height: 22px;
}

.ilink span{
	margin-right: 30px;
}

.ilink span:after{
	right: -18px;
	top: -4px;
	font-size: 12px;
}

.ilink a{
	margin-right: 8px;
}



/*案例*/

.list-banner img:first-child{
	display: block;
	margin: 0 auto;
}

.list-banner img:last-child{
	display: none;
}


.case_list{
	padding: 64px 0 100px 0;
}

.case_menu{
	border-bottom: 1px solid #cccccc;
}

.case_menu ul li{
	line-height: 64px;
	width:8.3%;
	float: left;
}

.case_menu ul li a{
	font-size: 15px;
}

.case_menu ul li.active:before{
	bottom: -1px;
	width: 100%;
	height: 1px;
}


.case_list_box{
	text-align: left;
	padding-bottom: 48px;
}

.case_item{
	margin-top: 64px;
}

.case_item:first-child{
	margin-top: 56px;
}

.case_item .case_tp{
	float: left;
	width: 60%;
}

.case_item .case_tp img{
	width: 100%;
}

.case_item .case_text{
	float: left;
	width: 39.99%;
}

.case_item .case_text .box{
	padding: 44px 32px 0 32px;
}

.case_item .case_text .title h2,.case_item .case_text .title h3{
	font-size: 24px;
	line-height: 34px;
}

.case_item .case_text .text{
	margin-top: 20px;
}

.case_item .case_text .text p{
	font-size: 14px;
	line-height: 28px;
	-webkit-line-clamp: 2;
	max-height: 56px;
}

.details{
	padding-top: 12px;
}

.details .i-b-dis{
	font-size: 12px;
}

.viewMore{
	font-size: 16px;
}

.arrow-bottom-icon{
	width: 15px;
	height: 8px;
	margin-left: 10px;
	top: -2px;
}


/*联系我们*/

.contact-box{
	padding: 100px 0;
}

.contact-box .cul-title i,.con-message-lb .cul-title i{
	font-size: 34px;
	margin-bottom: 26px;
}

.contact-con{
	margin-top: 64px;
}

.con-tel-wx {
	width: 46%;
	float: left;
}

.con-tel i{
	font-size: 20px;
	margin-bottom: 2px;
}

.con-tel p{
	font-size: 46px;
}

.con-wx{
	margin-top: 60px;
}

.con-wx p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}



.con-dzyx{
	width: 50%;
	float: right;
}

.con-add-c i{
	font-size: 19px;
	line-height: 30px;
	margin-bottom: 20px;
}

.con-add-c p{
	font-size: 16px;
	line-height: 30px;
	margin-top: 3px;
}


.con-yx{
	margin-top: 112px;
}

.con-yx i{
	font-size: 16px;
	line-height: 36px;
}

.con-yx p{
	font-size: 20px;
}

.con-yx .hr{
	float: left;
	width: 50%;
}

.con-yx .sum{
	float: right;
	width: 42%;
}


.con-message-lb{
	padding: 110px 0;
}


.mess-con{
	margin-top: 65px;
}

.mes-title i{
	font-size: 36px;
}

.mes-title span{
	font-size: 16px;
	margin-top: 10px
}


.per-info .info-name{
	width: 31.83%;
	float: left;
	margin-left: 2%;
}

.per-info .info-name:first-child{
	margin-left: 0;
}

.per-info .info-name i{
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 28px;
}

.per-info .info-name input{
	font-size: 18px;
	width: 95%;
	height: 42px;
	padding: 0 2.5%;
}


.pro-need{
	margin-top: 44px;
}

.pro-need i{
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 28px;
}

.pro-need textarea{
	font-size: 18px;
	line-height: 36px;
	height: 160px;
	width: 98.2%;
	padding: 0 .8%;
}

.info-submit a{
	width: 160px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	margin: 40px auto 0 auto;
}


/*品牌*/

.brand_con_box{
	position: relative;
}

.brand_menu .container{
	padding-top: 70px;
}

.brand_menu_box{
	text-align: right
}

.brand_menu_box ul li{
	line-height: 70px;
	margin-left: 48px;
}

.brand_menu_box ul li a{
	font-size: 16px;
}

.brand_content{
	padding-top: 220px;
	padding-bottom: 100px;
}


.b_title{
	width: 33%;
	float: left;
	padding-top: 146px;
}

.b_title h2{
	font-size: 32px;
	line-height: 56px;
}

.b_text{
	width: 60%;
	float: right;
	letter-spacing: .8px;
}

.b_text b{
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 24px;
}

.b_text b i{
	font-size: 14px;
	top: -10px;
	margin-left: 3px;
}

.b_text b span{
	font-weight: 100;
	margin: 0 4px;
}

.b_text p{
	font-size: 14px;
	line-height: 32px;
	padding-bottom: 28px;
}

.b_text p:last-child{
	padding-bottom: 0;
}


.cul-con{
	padding: 100px 0;
}

.cul-con .cul-title i{
	font-size: 30px;
	line-height: 34px;
	float: left;
}

.cul-con .cul-title span{
	font-size: 24px;
	line-height: 34px;
}


.cul-list{
	margin-top: 55px;
}

.cul-list ul li .line{
	padding: 34px 0%;
}


.cul-list ul li:nth-child(3n+2){
	width: 40%;
}

.cul-list ul li i{
	font-size: 16px;
}

.cul-list ul li p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 7px;
	padding: 0 5%;
}

.cul-list ul li p span{
	font-size: 12px;
	width: 80%;
}


.cul-list ul li:nth-child(4) .line,.cul-list ul li:nth-child(6) .line{
	padding-top: 57px;
}



.brand_org_con{
	padding-bottom: 120px;
}

.b-p_title{
	padding-top: 76px;
}

.b-p_title h2{
	font-size: 32px;
	line-height: 48px;
}

.bp_item_box{
	padding-top: 96px;
}

.bp_item{
	margin-top: 60px;
	padding-top: 60px;
}

.bp_item h3{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 24px;
}

.bp_item p{
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 40px;
}

.bp_item p:last-child{
	margin-bottom: 0;
}

.bp_pname{
	margin-top: 28px;
}

.bp_pname h3{
	font-size: 20px;
}



.brand_par_con{
	padding-top: 128px;
	padding-bottom: 120px;
}

.par-list{
	width: 100%;
	margin: 72px 0 72px 0;
}

.par-list .par-line{
	padding: 48px 0;
}

.par-idem{
	float: left;
	width: 20%;
}

.par-idem .line{
	padding: 0 12%;
	border-left: 1px solid #cccccc;
}

.par-idem .character i{
	font-size: 16px;
	margin-top: -8px;
}

.par-idem .character em{
	font-size: 26px;
	margin-left: 10px;
}

.par-idem .category{
	margin: 16px 0 16px 0;
}

.par-idem .category ul li{
	font-size: 18px;
	line-height: 32px;
}

.par-idem .text p{
	font-size: 14px;
	line-height: 26px;
}

.par_contact p{
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 32px;
}

.par_contact p:last-child{
	margin-bottom: 0;
}



/*服务体系*/

.posit_stra{
	padding: 96px 0 104px 0;
}

.ps_title{
	padding-bottom: 24px;
}

.ps_title h2{
	font-size: 34px;
}

.p_s_box{
	margin-top: 88px;
}

.ps_icon{
	float: left;
	width: 44%;
	padding-top: 144px;
}

.ps_text{
	float: right;
	width: 50%;
}

.ps_text .item{
	margin-top: 56px;
}

.ps_text .item:first-child{
	margin-top: 0;
}

.ps_text .item h3{
	font-size: 20px;
	line-height: 36px;
}

.ps_text .item p{
	font-size: 14px;
	line-height: 32px;
	margin-top: 8px;
}


.posit_mark{
	padding: 112px 0 136px 0;
}

.posit_mark:after{
	width: 81px;
	height: 30px;
	background-size: 100% 100%;
	bottom: -30px;
	left: 50%;
	margin-left: -40px;
}


.posit_mark .ps_icon{
	padding-top: 56px;
}

.posit_mark .ps_text .item{
	margin-top: 64px;
}

.posit_mark .ps_text .item:first-child{
	margin-top: 16px;
}


.p_m_subcult{
	padding: 26px 0 128px 0;
}

.p_m_box{
	padding: 0 48px;
}

.pmsc_item{
	margin-top: 96px;
}

.pmsc_title{
	padding-bottom: 16px;
}

.pmsc_title h4{
	font-size: 26px;
	line-height: 40px;
}

.pmsc_icon{
	margin-top: 40px;
}

.pmsc_icon ul li{
	width: 40%;
	float: left;
}

.pmsc_icon ul li h5{
	font-size: 18px;
	line-height: 36px;
}

.pmsc_icon p{
	margin-top: 10px;
	font-size: 16px;
	line-height: 32px;
}


.value_becom{
	padding: 50px 0 150px 0;
}

.v_b_title h2{
	font-size: 34px;
	line-height: 48px;
}

.v_b_title p{
	font-size: 18px;
	line-height: 26px;
	margin-top: 16px;
}

.v_b_con{
	padding-top: 30px;
}

.v_b_con .item{
	float: left;
	width: 31.4%;
	margin-left: 2.9%;
	padding: 48px 0 56px;
	margin-top: 32px;
}

.v_b_con .item:nth-child(3n+1){
	margin-left: 0;
	clear: both;
}

.v_b_con .item .box{
	padding: 0 24px;
}

.v_b_con .item h3{
	font-size: 22px;
	line-height: 36px;
}

.v_b_con .item span{
	width: 30px;
	height: 2px;
	margin: 24px 0 22px;
}

.v_b_con .item p{
	font-size: 14px;
	line-height: 28px;
}


}


@media (max-width: 1200px) {
	.al-article .submenu {
    margin-left: 0%;
}
	.partner-list ul li i{
	font-size: 13px;
	line-height: 22px;
	height: 66px;
}

.partner-list ul li p{
	font-size: 12px;
	line-height: 24px;
	
}

	
.strategic-trait ul{
		padding-left: 25%;
	}
	
.submenu{
   	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	width: 17%;
	margin-left: 0;
	}



#starlist li {
	margin-left: 24px;
}

#starlist li a {
	font-size: 14px;
}

.case-item{
	margin-bottom: 60px;
}

.case-item-tp{
	width: 60%;
	height: auto;
}

.case-item-text .item-box{
	padding: 24px 20px;
}

.case-item-text{
	float: right;
	width: 39%;
}


.case-item-text .item-box span{
	font-size: 14px;
}

.case-item-text .item-box i{
	font-size: 20px;
	line-height: 28px;
	margin-top: 15px;
}

.case-item-text .item-box p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 28px;
	-webkit-line-clamp:3;
	height: 72px;
}


.value-page{
	margin: 104px 0 88px 0;
}

.value-page-content{
	margin-top: 60px;
}

.value-page-content .list{
	width: 31.63%;
	float: left;
	margin-left: 2.5%;
	margin-bottom: 35px;
}

.value-page-content .list:nth-child(3n+1){
	margin-left: inherit;
}

.value-page-content .line{
	padding: 36px 30px 44px 30px;
}

.value-page-content .list-subtit{
	height: 80px;
	margin-bottom: 30px;
}

.value-page-content .list-subtit span{
	line-height: 60px;
	font-size: 50px;
	float: left;
	width: 30%;
}

.value-page-content .list-subtit i{
	line-height: 32px;
	font-size: 18px;
	float: right;
	width: 62%;
	display: block;
}

.value-page-content .list-text{
	padding-top: 30px;
	border-top: 1px solid #7b7b7b;
}

.value-page-content .list-text p{
	color: #404040;
	line-height: 35px;
	font-size: 16px;
	height: auto;
}

}


@media (max-width: 1100px) {
	
.mt-tabpage-count .mt-tabpage-item {
	width: 430px;
}

.news-list ul li a{
	width: 90%;
}
	
.navbox{
	max-width: 92%;
}
.container{
	width: 92%;
}

}


@media only screen and (max-width: 1500px)and (min-width: 1024px) {
    .knowledge .hot {
        right: 8%;
        width: 18%;
    }
}


@media only screen and (max-width: 1660px)and (min-width: 1400px) {
   .submenu{
   	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	width: 20%;
	margin-left: 0;
	}
		.al-article .submenu {
    margin-left: 0;
}
}


.case .case-page-content{
	padding-right: inherit;
}
